#033582

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

Shades of Dark Cerulean #033582

Tints of Dark Cerulean #033582

Color information

#033582 (or 0x033582) is unknown color: approx Dark Cerulean. HEX triplet: 03, 35 and 82. RGB value is (3,53,130). Sum of RGB (Red+Green+Blue) = 3+53+130=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #033582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033582 is #FCCA7D. Grayscale: #2E2E2E. Windows color (decimal): -16566910 or 8533251. OLE color: 8533251.

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

Color convert

RGB353130-
CMYK0.980.5900.49
HSL216.38º95.49%26.08%-
HSV(B)216.38º97.69%50.98%-
XYZ5.344.1821.64-
YUV46.83174.9496.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.61%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 130 (51.17% from 255) = 69.89%
R=1.61%
G=28.49%
B=69.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3531300.980.5900.49216.3895.4926.08
Hex33582623B031d85f1a
Octal3652021427306133013732
Binary11110101100000101100010111011011000111011000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033582; }

 p { color: rgb(3,53,130); }

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

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

 a { background-color: rgb(3,53,130); }

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

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

 span { border-color: rgb(3,53,130); }

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