#034A88

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

Shades of Dark Cerulean #034A88

Tints of Dark Cerulean #034A88

Color information

#034A88 (or 0x034A88) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4A and 88. RGB value is (3,74,136). Sum of RGB (Red+Green+Blue) = 3+74+136=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #034A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A88 is #FCB577. Grayscale: #3B3B3B. Windows color (decimal): -16561528 or 8931843. OLE color: 8931843.

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

Color convert

RGB374136-
CMYK0.980.4600.47
HSL207.97º95.68%27.25%-
HSV(B)207.97º97.79%53.33%-
XYZ6.936.6924.22-
YUV59.84170.9887.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 136 (53.52% from 255) = 63.85%
R=1.41%
G=34.74%
B=63.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3741360.980.4600.47207.9795.6827.25
Hex34A88622E02Fd0601b
Octal31122101425605732014033
Binary111001010100010001100010101110010111111010000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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