#034776

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

Shades of Dark Cerulean #034776

Tints of Dark Cerulean #034776

Color information

#034776 (or 0x034776) is unknown color: approx Dark Cerulean. HEX triplet: 03, 47 and 76. RGB value is (3,71,118). Sum of RGB (Red+Green+Blue) = 3+71+118=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #034776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034776 is #FCB889. Grayscale: #373737. Windows color (decimal): -16562314 or 7751427. OLE color: 7751427.

HSL color Cylindrical-coordinate representation of color #034776: hue angle of 204.52º 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 #034776 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB371118-
CMYK0.970.4000.54
HSL204.52º95.04%23.73%-
HSV(B)204.52º97.46%46.27%-
XYZ5.565.8317.97-
YUV56.03162.9790.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=1.56%
G=36.98%
B=61.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3711180.970.4000.54204.5295.0423.73
Hex347766128036cd5f18
Octal31071661415006631513730
Binary11100011111101101100001101000011011011001101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034776; }

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

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

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

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

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

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

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

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