#034E72

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

Shades of Dark Cerulean #034E72

Tints of Dark Cerulean #034E72

Color information

#034E72 (or 0x034E72) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 72. RGB value is (3,78,114). Sum of RGB (Red+Green+Blue) = 3+78+114=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #034E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E72 is #FCB18D. Grayscale: #3B3B3B. Windows color (decimal): -16560526 or 7491075. OLE color: 7491075.

HSL color Cylindrical-coordinate representation of color #034E72: hue angle of 199.46º 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 #034E72 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB378114-
CMYK0.970.3200.55
HSL199.46º94.87%22.94%-
HSV(B)199.46º97.37%44.71%-
XYZ5.86.6816.9-
YUV59.68158.6587.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=1.54%
G=40%
B=58.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3781140.970.3200.55199.4694.8722.94
Hex34E726120037c75f17
Octal31161621414006730713727
Binary11100111011100101100001100000011011111000111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,78,114); }

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

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

 a { background-color: rgb(3,78,114); }

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

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

 span { border-color: rgb(3,78,114); }

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