#034674

Color #034674 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #034674

Tints of Dark Cerulean #034674

Color information

#034674 (or 0x034674) is unknown color: approx Dark Cerulean. HEX triplet: 03, 46 and 74. RGB value is (3,70,116). Sum of RGB (Red+Green+Blue) = 3+70+116=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #034674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034674 is #FCB98B. Grayscale: #363636. Windows color (decimal): -16562572 or 7620099. OLE color: 7620099.

HSL color Cylindrical-coordinate representation of color #034674: hue angle of 204.42º 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 #034674 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB370116-
CMYK0.970.4000.55
HSL204.42º94.96%23.33%-
HSV(B)204.42º97.41%45.49%-
XYZ5.385.6617.33-
YUV55.21162.390.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.59%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 116 (45.70% from 255) = 61.38%
R=1.59%
G=37.04%
B=61.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3701160.970.4000.55204.4294.9623.33
Hex346746128037cc5f17
Octal31061641415006731413727
Binary11100011011101001100001101000011011111001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034674; }

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

 H1.HeaderClassName
 {
   color: #034674;
 }
 .AnyTagClassName
 {
   color: #034674;
 }
</style>
background-color css

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

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

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

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

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

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