Color Hex Logo

#3061ce Color Hex

#3061CE
(48,97,206)
0 Favorites   0 Comments

Color spaces of #3061ce

RGB 4897206
HSL0.610.620.50
HSV221°77°81°
CMYK 0.770.530.00   0.19
XYZ16.634213.634060.1474
Yxy13.63400.18400.1508
Hunter Lab36.924215.7960-70.7329
CIE-Lab43.703422.3354-61.1657

#3061ce color RGB value is (48,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100001 11001110
Octal 60 141 316
Decimal 48 97 206
Hex 30 61 CE

RGB Percentages of Color #3061ce

%13.68
%27.64
%58.69

CMYK Percentages of Color #3061ce

%77
%53
%0
%19

Triadic Colors of #3061ce

#3061ce #ce3061 #61ce30

Analogous Colors of #3061ce

#3061ce #4e30ce #30b0ce

Monochromatic Colors of #3061ce

#3061ce

Complementary Color

#3061ce #ce9d30

#3061ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3061ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3061ce Color CSS Codes

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

#3061ce Text Font Color

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

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


#3061ce Background Color

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

This div background color is #3061ce


#3061ce Border Color

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

This div border color is #3061ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,97,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 #3061ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3061ce


Comments

No comments written yet.

Please login to write comment.