#032D48

Color #032D48 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #032D48

Tints of Blue Whale #032D48

Color information

#032D48 (or 0x032D48) is unknown color: approx Blue Whale. HEX triplet: 03, 2D and 48. RGB value is (3,45,72). Sum of RGB (Red+Green+Blue) = 3+45+72=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #032D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D48 is #FCD2B7. Grayscale: #232323. Windows color (decimal): -16569016 or 4730115. OLE color: 4730115.

HSL color Cylindrical-coordinate representation of color #032D48: hue angle of 203.48º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032D48 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB34572-
CMYK0.960.3800.72
HSL203.48º92%14.71%-
HSV(B)203.48º95.83%28.24%-
XYZ2.152.366.47-
YUV35.52148.59104.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 45 (17.97% from 255) = 37.5%
BLUE value IS 72 (28.52% from 255) = 60%
R=2.5%
G=37.5%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal345720.960.3800.72203.489214.71
Hex32D486026048cb5cf
Octal35511014046011031313417
Binary1110110110010001100000100110010010001100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032D48; }

 p { color: rgb(3,45,72); }

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

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

 a { background-color: rgb(3,45,72); }

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

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

 span { border-color: rgb(3,45,72); }

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