#032D47

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

Shades of Blue Whale #032D47

Tints of Blue Whale #032D47

Color information

#032D47 (or 0x032D47) is unknown color: approx Blue Whale. HEX triplet: 03, 2D and 47. RGB value is (3,45,71). Sum of RGB (Red+Green+Blue) = 3+45+71=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #032D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D47 is #FCD2B8. Grayscale: #232323. Windows color (decimal): -16569017 or 4664579. OLE color: 4664579.

HSL color Cylindrical-coordinate representation of color #032D47: hue angle of 202.94º 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 #032D47 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB34571-
CMYK0.960.3700.72
HSL202.94º91.89%14.51%-
HSV(B)202.94º95.77%27.84%-
XYZ2.112.356.3-
YUV35.41148.09104.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 45 (17.97% from 255) = 37.82%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=2.52%
G=37.82%
B=59.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal345710.960.3700.72202.9491.8914.51
Hex32D476025048cb5cf
Octal35510714045011031313417
Binary1110110110001111100000100101010010001100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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