#034e8c

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

Shades of Dark Cerulean #034E8C

Tints of Dark Cerulean #034E8C

Color information

#034E8C (or 0x034E8C) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 8C. RGB value is (3,78,140). Sum of RGB (Red+Green+Blue) = 3+78+140=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #034E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034E8C is #FCB173. Grayscale: #3E3E3E. Windows color (decimal): -16560500 or 9195011. OLE color: 9195011.

HSL color Cylindrical-coordinate representation of color #034E8C: hue angle of 207.15º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034E8C is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB378140-
CMYK0.980.4400.45
HSL207.15º95.8%28.04%-
HSV(B)207.15º97.86%54.9%-
XYZ7.57.3625.84-
YUV62.64171.6585.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 140 (55.08% from 255) = 63.35%
R=1.36%
G=35.29%
B=63.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3781400.980.4400.45207.1595.828.04
Hex34E8C622C02Dcf601c
Octal31162141425405531714034
Binary111001110100011001100010101100010110111001111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034e8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034e8c; }

 p { color: rgb(3,78,140); }

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

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

 a { background-color: rgb(3,78,140); }

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

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

 span { border-color: rgb(3,78,140); }

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