#034A73

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

Shades of Dark Cerulean #034A73

Tints of Dark Cerulean #034A73

Color information

#034A73 (or 0x034A73) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4A and 73. RGB value is (3,74,115). Sum of RGB (Red+Green+Blue) = 3+74+115=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #034A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A73 is #FCB58C. Grayscale: #393939. Windows color (decimal): -16561549 or 7555587. OLE color: 7555587.

HSL color Cylindrical-coordinate representation of color #034A73: hue angle of 201.96º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034A73 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB374115-
CMYK0.970.3600.55
HSL201.96º94.92%23.14%-
HSV(B)201.96º97.39%45.1%-
XYZ5.586.1517.11-
YUV57.44160.4889.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 74 (29.30% from 255) = 38.54%
BLUE value IS 115 (45.31% from 255) = 59.90%
R=1.56%
G=38.54%
B=59.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3741150.970.3600.55201.9694.9223.14
Hex34A736124037ca5f17
Octal31121631414406731213727
Binary11100101011100111100001100100011011111001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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