#034C76

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

Shades of Dark Cerulean #034C76

Tints of Dark Cerulean #034C76

Color information

#034C76 (or 0x034C76) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4C and 76. RGB value is (3,76,118). Sum of RGB (Red+Green+Blue) = 3+76+118=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #034C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C76 is #FCB389. Grayscale: #3A3A3A. Windows color (decimal): -16561034 or 7752707. OLE color: 7752707.

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

Color convert

RGB376118-
CMYK0.970.3600.54
HSL201.91º95.04%23.73%-
HSV(B)201.91º97.46%46.27%-
XYZ5.896.518.08-
YUV58.96161.3288.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=1.52%
G=38.58%
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.54
SystemRedGreenBlueCMYKHSL
Decimal3761180.970.3600.54201.9195.0423.73
Hex34C766124036ca5f18
Octal31141661414406631213730
Binary11100110011101101100001100100011011011001010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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