#034989

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

Shades of Dark Cerulean #034989

Tints of Dark Cerulean #034989

Color information

#034989 (or 0x034989) is unknown color: approx Dark Cerulean. HEX triplet: 03, 49 and 89. RGB value is (3,73,137). Sum of RGB (Red+Green+Blue) = 3+73+137=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #034989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034989 is #FCB676. Grayscale: #3B3B3B. Windows color (decimal): -16561783 or 8997123. OLE color: 8997123.

HSL color Cylindrical-coordinate representation of color #034989: hue angle of 208.66º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034989 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB373137-
CMYK0.980.4700.46
HSL208.66º95.71%27.45%-
HSV(B)208.66º97.81%53.73%-
XYZ6.946.5924.57-
YUV59.37171.8187.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 137 (53.91% from 255) = 64.32%
R=1.41%
G=34.27%
B=64.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3731370.980.4700.46208.6695.7127.45
Hex34989622F02Ed1601b
Octal31112111425705632114033
Binary111001001100010011100010101111010111011010001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034989; }

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

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

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

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

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

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

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

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