#034A78

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

Shades of Dark Cerulean #034A78

Tints of Dark Cerulean #034A78

Color information

#034A78 (or 0x034A78) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4A and 78. RGB value is (3,74,120). Sum of RGB (Red+Green+Blue) = 3+74+120=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #034A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A78 is #FCB587. Grayscale: #393939. Windows color (decimal): -16561544 or 7883267. OLE color: 7883267.

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

Color convert

RGB374120-
CMYK0.980.3800.53
HSL203.59º95.12%24.12%-
HSV(B)203.59º97.5%47.06%-
XYZ5.886.2718.67-
YUV58.01162.9888.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=1.52%
G=37.56%
B=60.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3741200.980.3800.53203.5995.1224.12
Hex34A786226035cc5f18
Octal31121701424606531413730
Binary11100101011110001100010100110011010111001100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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