#034A8E

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

Shades of Dark Cerulean #034A8E

Tints of Dark Cerulean #034A8E

Color information

#034A8E (or 0x034A8E) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4A and 8E. RGB value is (3,74,142). Sum of RGB (Red+Green+Blue) = 3+74+142=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #034A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A8E is #FCB571. Grayscale: #3C3C3C. Windows color (decimal): -16561522 or 9325059. OLE color: 9325059.

HSL color Cylindrical-coordinate representation of color #034A8E: hue angle of 209.35º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034A8E is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB374142-
CMYK0.980.4800.44
HSL209.35º95.86%28.43%-
HSV(B)209.35º97.89%55.69%-
XYZ7.376.8726.53-
YUV60.52173.9886.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 142 (55.86% from 255) = 64.84%
R=1.37%
G=33.79%
B=64.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3741420.980.4800.44209.3595.8628.43
Hex34A8E623002Cd1601c
Octal31122161426005432114034
Binary111001010100011101100010110000010110011010001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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