#034079

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

Shades of Dark Cerulean #034079

Tints of Dark Cerulean #034079

Color information

#034079 (or 0x034079) is unknown color: approx Dark Cerulean. HEX triplet: 03, 40 and 79. RGB value is (3,64,121). Sum of RGB (Red+Green+Blue) = 3+64+121=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #034079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034079 is #FCBF86. Grayscale: #333333. Windows color (decimal): -16564103 or 7946243. OLE color: 7946243.

HSL color Cylindrical-coordinate representation of color #034079: hue angle of 208.98º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034079 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB364121-
CMYK0.980.4700.53
HSL208.98º95.16%24.31%-
HSV(B)208.98º97.52%47.45%-
XYZ5.325.0718.79-
YUV52.26166.7992.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 121 (47.66% from 255) = 64.36%
R=1.60%
G=34.04%
B=64.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3641210.980.4700.53208.9895.1624.31
Hex34079622F035d15f18
Octal31001711425706532113730
Binary11100000011110011100010101111011010111010001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034079; }

 p { color: rgb(3,64,121); }

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

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

 a { background-color: rgb(3,64,121); }

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

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

 span { border-color: rgb(3,64,121); }

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