#034A89

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

Shades of Dark Cerulean #034A89

Tints of Dark Cerulean #034A89

Color information

#034A89 (or 0x034A89) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4A and 89. RGB value is (3,74,137). Sum of RGB (Red+Green+Blue) = 3+74+137=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #034A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A89 is #FCB576. Grayscale: #3B3B3B. Windows color (decimal): -16561527 or 8997379. OLE color: 8997379.

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

Color convert

RGB374137-
CMYK0.980.4600.46
HSL208.21º95.71%27.45%-
HSV(B)208.21º97.81%53.73%-
XYZ76.7224.6-
YUV59.95171.4887.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 137 (53.91% from 255) = 64.02%
R=1.40%
G=34.58%
B=64.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3741370.980.4600.46208.2195.7127.45
Hex34A89622E02Ed0601b
Octal31122111425605632014033
Binary111001010100010011100010101110010111011010000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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