Color Hex Logo

#3a74ce Color Hex

#3A74CE
(58,116,206)
0 Favorites   0 Comments

Color spaces of #3a74ce

RGB 58116206
HSL0.600.600.52
HSV216°72°81°
CMYK 0.720.440.00   0.19
XYZ19.130917.846660.8289
Yxy17.84660.19560.1825
Hunter Lab42.24526.9052-55.8000
CIE-Lab49.309511.5169-52.1175

#3a74ce color RGB value is (58,116,206).

#3a74ce hex color red value is 58, green value is 116 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3a74ce hue: 0.60 , saturation: 0.60 and the lightness value of 3a74ce is 0.52.

The process color (four color CMYK) of #3a74ce color hex is 0.72, 0.44, 0.00, 0.19. Web safe color of #3a74ce is #3366cc. Color #3a74ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110100 11001110
Octal 72 164 316
Decimal 58 116 206
Hex 3A 74 CE

RGB Percentages of Color #3a74ce

%15.26
%30.53
%54.21

CMYK Percentages of Color #3a74ce

%72
%44
%0
%19

Triadic Colors of #3a74ce

#3a74ce #ce3a74 #74ce3a

Analogous Colors of #3a74ce

#3a74ce #4a3ace #3abece

Monochromatic Colors of #3a74ce

#3a74ce

Complementary Color

#3a74ce #ce943a

#3a74ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a74ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a74ce Color CSS Codes

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

#3a74ce Text Font Color

<p style="color:#3a74ce">Text here</p>

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


#3a74ce Background Color

<div style="background-color:#3a74ce">
Div content here</div>

This div background color is #3a74ce


#3a74ce Border Color

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

This div border color is #3a74ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,116,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a74ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a74ce;
  -webkit-box-shadow: 1px 1px 3px 2px #3a74ce;
  box-shadow:         1px 1px 3px 2px #3a74ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,116,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 #3a74ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a74ce


Comments

No comments written yet.

Please login to write comment.