#034C72

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

Shades of Dark Cerulean #034C72

Tints of Dark Cerulean #034C72

Color information

#034C72 (or 0x034C72) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4C and 72. RGB value is (3,76,114). Sum of RGB (Red+Green+Blue) = 3+76+114=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #034C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C72 is #FCB38D. Grayscale: #3A3A3A. Windows color (decimal): -16561038 or 7490563. OLE color: 7490563.

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

Color convert

RGB376114-
CMYK0.970.3300.55
HSL200.54º94.87%22.94%-
HSV(B)200.54º97.37%44.71%-
XYZ5.666.416.86-
YUV58.5159.3288.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 76 (30.08% from 255) = 39.38%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=1.55%
G=39.38%
B=59.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3761140.970.3300.55200.5494.8722.94
Hex34C726121037c95f17
Octal31141621414106731113727
Binary11100110011100101100001100001011011111001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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