#033480

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

Shades of Dark Cerulean #033480

Tints of Dark Cerulean #033480

Color information

#033480 (or 0x033480) is unknown color: approx Dark Cerulean. HEX triplet: 03, 34 and 80. RGB value is (3,52,128). Sum of RGB (Red+Green+Blue) = 3+52+128=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #033480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033480 is #FCCB7F. Grayscale: #2D2D2D. Windows color (decimal): -16567168 or 8401923. OLE color: 8401923.

HSL color Cylindrical-coordinate representation of color #033480: hue angle of 216.48º 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 #033480 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB352128-
CMYK0.980.5900.50
HSL216.48º95.42%25.69%-
HSV(B)216.48º97.66%50.2%-
XYZ5.164.0320.93-
YUV46.01174.2797.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 128 (50.39% from 255) = 69.95%
R=1.64%
G=28.42%
B=69.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3521280.980.5900.50216.4895.4225.69
Hex33480623B032d85f1a
Octal3642001427306233013732
Binary11110100100000001100010111011011001011011000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033480; }

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

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

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

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

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

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

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

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