#034A93

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

Shades of Dark Cerulean #034A93

Tints of Dark Cerulean #034A93

Color information

#034A93 (or 0x034A93) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4A and 93. RGB value is (3,74,147). Sum of RGB (Red+Green+Blue) = 3+74+147=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #034A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A93 is #FCB56C. Grayscale: #3C3C3C. Windows color (decimal): -16561517 or 9652739. OLE color: 9652739.

HSL color Cylindrical-coordinate representation of color #034A93: hue angle of 210.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034A93 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB374147-
CMYK0.980.5000.42
HSL210.42º96%29.41%-
HSV(B)210.42º97.96%57.65%-
XYZ7.757.0228.55-
YUV61.09176.4886.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.34%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 147 (57.81% from 255) = 65.62%
R=1.34%
G=33.04%
B=65.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3741470.980.5000.42210.429629.41
Hex34A93623202Ad2601d
Octal31122231426205232214035
Binary111001010100100111100010110010010101011010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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