Color Hex Logo

#301fcc Color Hex

#301FCC
(48,31,204)
0 Favorites   0 Comments

Color spaces of #301fcc

RGB 4831204
HSL0.680.740.46
HSV246°85°80°
CMYK 0.760.850.00   0.20
XYZ12.60805.968057.6142
Yxy5.96800.16550.0783
Hunter Lab24.429549.3718-122.7281
CIE-Lab29.331659.6047-83.6078

#301fcc color RGB value is (48,31,204).

#301fcc hex color red value is 48, green value is 31 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #301fcc hue: 0.68 , saturation: 0.74 and the lightness value of 301fcc is 0.46.

The process color (four color CMYK) of #301fcc color hex is 0.76, 0.85, 0.00, 0.20. Web safe color of #301fcc is #3333cc. Color #301fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011111 11001100
Octal 60 37 314
Decimal 48 31 204
Hex 30 1F CC

RGB Percentages of Color #301fcc

%16.96
%10.95
%72.08

CMYK Percentages of Color #301fcc

%76
%85
%0
%20

Triadic Colors of #301fcc

#301fcc #cc301f #1fcc30

Analogous Colors of #301fcc

#301fcc #871fcc #1f65cc

Monochromatic Colors of #301fcc

#301fcc

Complementary Color

#301fcc #bbcc1f

#301fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#301fcc Color CSS Codes

.mybgcolor {background-color:#301fcc; } 
.myforecolor {color:#301fcc; }
.mybordercolor {border:3px solid #301fcc; }

#301fcc Text Font Color

<p style="color:#301fcc">Text here</p>

This sample text font color is #301fcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#301fcc Background Color

<div style="background-color:#301fcc">
Div content here</div>

This div background color is #301fcc


#301fcc Border Color

<div style="border:3px solid #301fcc">
Div here</div>

This div border color is #301fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,31,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #301fcc;
  box-shadow:         1px 1px 3px 2px #301fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,31,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #301fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #301fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #301fcc;
  box-shadow:         1px 1px 3px 2px #301fcc;">
Div content here</div>

This div box has shadow with color #301fcc


Comments

No comments written yet.

Please login to write comment.