#034389

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

Shades of Dark Cerulean #034389

Tints of Dark Cerulean #034389

Color information

#034389 (or 0x034389) is unknown color: approx Dark Cerulean. HEX triplet: 03, 43 and 89. RGB value is (3,67,137). Sum of RGB (Red+Green+Blue) = 3+67+137=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #034389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034389 is #FCBC76. Grayscale: #373737. Windows color (decimal): -16563319 or 8995587. OLE color: 8995587.

HSL color Cylindrical-coordinate representation of color #034389: hue angle of 211.34º 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 #034389 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB367137-
CMYK0.980.5100.46
HSL211.34º95.71%27.45%-
HSV(B)211.34º97.81%53.73%-
XYZ6.565.8424.45-
YUV55.84173.890.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 137 (53.91% from 255) = 66.18%
R=1.45%
G=32.37%
B=66.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3671370.980.5100.46211.3495.7127.45
Hex34389623302Ed3601b
Octal31032111426305632314033
Binary111000011100010011100010110011010111011010011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034389; }

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

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

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

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

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

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

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

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