#034893

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

Shades of Dark Cerulean #034893

Tints of Dark Cerulean #034893

Color information

#034893 (or 0x034893) is unknown color: approx Dark Cerulean. HEX triplet: 03, 48 and 93. RGB value is (3,72,147). Sum of RGB (Red+Green+Blue) = 3+72+147=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #034893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034893 is #FCB76C. Grayscale: #3B3B3B. Windows color (decimal): -16562029 or 9652227. OLE color: 9652227.

HSL color Cylindrical-coordinate representation of color #034893: hue angle of 211.25º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034893 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB372147-
CMYK0.980.5100.42
HSL211.25º96%29.41%-
HSV(B)211.25º97.96%57.65%-
XYZ7.626.7628.51-
YUV59.92177.1487.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 147 (57.81% from 255) = 66.22%
R=1.35%
G=32.43%
B=66.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3721470.980.5100.42211.259629.41
Hex34893623302Ad3601d
Octal31102231426305232314035
Binary111001000100100111100010110011010101011010011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034893; }

 p { color: rgb(3,72,147); }

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

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

 a { background-color: rgb(3,72,147); }

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

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

 span { border-color: rgb(3,72,147); }

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