Html Css Color HEX #034976 Dark Cerulean

📋 copy color: '#034976'

red 3 ◦ green 73 ◦ blue 118

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

Shades of Dark Cerulean #034976

Tints of Dark Cerulean #034976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

 BLUE value IS 118 (46.48% from 255) = 60.82%

R = 1.55%
G = 37.63%
B = 60.82%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#034976 (or 0x034976) is known color: Dark Cerulean. HEX triplet: 03, 49 and 76. RGB value is (3,73,118). Sum of RGB (Red+Green+Blue) = 3+73+118=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #034976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034976 is #FCB689. Grayscale: #383838. Windows color (decimal): -16561802 or 7751939. OLE color: 7751939.

HSL color Cylindrical-coordinate representation of color #034976: hue angle of 203.48º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034976 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 73 118 -
CMYK 0.97 0.38 0 0.54
HSL 203.48º 0.95% 0.24% -
HSV(B) 203.48º 0.97% 0.46% -
XYZ 5.69 6.09 18.02 -
YUV 57.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 3 73 118 0.97 0.38 0 0.54 203.48 0.95 0.24
Hex 3 49 76 61 26 0 36 CB 5F 18
Octal 3 111 166 141 46 0 66 313 137 30
Binary 11 1001001 1110110 1100001 100110 0 110110 11001011 1011111 11000

Color Harmonies of #034976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034976

Black with #034976

Text Example


Text Example

White with #034976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034976; }

 p { color: rgb(3,73,118); }

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

background-color css

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

 a { background-color: rgb(3,73,118); }

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

border-color css

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

 span { border-color: rgb(3,73,118); }

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