Html Css Color HEX #034574 Dark Cerulean

📋 copy color: '#034574'

red 3 ◦ green 69 ◦ blue 116

#034574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #034574

Tints of Dark Cerulean #034574

RGB

 RED value IS 3 (1.56% from 255) = 1.6%

 GREEN value IS 69 (27.34% from 255) = 36.7%

 BLUE value IS 116 (45.7% from 255) = 61.7%

R = 1.6%
G = 36.7%
B = 61.7%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#034574 (or 0x034574) is known color: Dark Cerulean. HEX triplet: 03, 45 and 74. RGB value is (3,69,116). Sum of RGB (Red+Green+Blue) = 3+69+116=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #034574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034574 is #FCBA8B. Grayscale: #363636. Windows color (decimal): -16562828 or 7619843. OLE color: 7619843.

HSL color Cylindrical-coordinate representation of color #034574: hue angle of 204.96º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034574 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 69 116 -
CMYK 0.97 0.41 0 0.55
HSL 204.96º 0.95% 0.23% -
HSV(B) 204.96º 0.97% 0.45% -
XYZ 5.32 5.54 17.31 -
YUV 54.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 3 69 116 0.97 0.41 0 0.55 204.96 0.95 0.23
Hex 3 45 74 61 29 0 37 CD 5F 17
Octal 3 105 164 141 51 0 67 315 137 27
Binary 11 1000101 1110100 1100001 101001 0 110111 11001101 1011111 10111

Color Harmonies of #034574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034574

Black with #034574

Text Example


Text Example

White with #034574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034574; }

 p { color: rgb(3,69,116); }

 H1.HeaderClassName
 {
   color: #034574;
 }
 .AnyTagClassName
 {
   color: #034574;
 }
</style>

background-color css

<style>
 a { background-color: #034574; }

 a { background-color: rgb(3,69,116); }

 div.DivClassName
 {
   background-color: #034574;
 }
 .BgClassName
 {
   background-color: #034574;
 }
</style>

border-color css

<style>
 span { border-color: #034574; }

 span { border-color: rgb(3,69,116); }

 td.TdClassName
 {
   border-color: #034574;
 }
 .TagClassName
 {
   border-color: #034574;
 }
</style>