Color Hex Logo

#3062ce Color Hex

#3062CE
(48,98,206)
0 Favorites   0 Comments

Color spaces of #3062ce

RGB 4898206
HSL0.610.620.50
HSV221°77°81°
CMYK 0.770.520.00   0.19
XYZ16.727213.820060.1784
Yxy13.82000.18440.1523
Hunter Lab37.175315.2603-69.9545
CIE-Lab43.973721.6907-60.7279

#3062ce color RGB value is (48,98,206).

#3062ce hex color red value is 48, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3062ce hue: 0.61 , saturation: 0.62 and the lightness value of 3062ce is 0.50.

The process color (four color CMYK) of #3062ce color hex is 0.77, 0.52, 0.00, 0.19. Web safe color of #3062ce is #3366cc. Color #3062ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100010 11001110
Octal 60 142 316
Decimal 48 98 206
Hex 30 62 CE

RGB Percentages of Color #3062ce

%13.64
%27.84
%58.52

CMYK Percentages of Color #3062ce

%77
%52
%0
%19

Triadic Colors of #3062ce

#3062ce #ce3062 #62ce30

Analogous Colors of #3062ce

#3062ce #4d30ce #30b1ce

Monochromatic Colors of #3062ce

#3062ce

Complementary Color

#3062ce #ce9c30

#3062ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3062ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3062ce Color CSS Codes

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

#3062ce Text Font Color

<p style="color:#3062ce">Text here</p>

This sample text font color is #3062ce
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.


#3062ce Background Color

<div style="background-color:#3062ce">
Div content here</div>

This div background color is #3062ce


#3062ce Border Color

<div style="border:3px solid #3062ce">
Div here</div>

This div border color is #3062ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,98,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3062ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3062ce;
  -webkit-box-shadow: 1px 1px 3px 2px #3062ce;
  box-shadow:         1px 1px 3px 2px #3062ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3062ce


Comments

No comments written yet.

Please login to write comment.