#034580

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

Shades of Dark Cerulean #034580

Tints of Dark Cerulean #034580

Color information

#034580 (or 0x034580) is unknown color: approx Dark Cerulean. HEX triplet: 03, 45 and 80. RGB value is (3,69,128). Sum of RGB (Red+Green+Blue) = 3+69+128=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #034580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034580 is #FCBA7F. Grayscale: #373737. Windows color (decimal): -16562816 or 8406275. OLE color: 8406275.

HSL color Cylindrical-coordinate representation of color #034580: hue angle of 208.32º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034580 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB369128-
CMYK0.980.4600.50
HSL208.32º95.42%25.69%-
HSV(B)208.32º97.66%50.2%-
XYZ6.065.8321.23-
YUV55.99168.6390.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 128 (50.39% from 255) = 64%
R=1.5%
G=34.5%
B=64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3691280.980.4600.50208.3295.4225.69
Hex34580622E032d05f1a
Octal31052001425606232013732
Binary111000101100000001100010101110011001011010000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034580; }

 p { color: rgb(3,69,128); }

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

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

 a { background-color: rgb(3,69,128); }

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

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

 span { border-color: rgb(3,69,128); }

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