#032F47

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

Shades of Blue Whale #032F47

Tints of Blue Whale #032F47

Color information

#032F47 (or 0x032F47) is unknown color: approx Blue Whale. HEX triplet: 03, 2F and 47. RGB value is (3,47,71). Sum of RGB (Red+Green+Blue) = 3+47+71=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #032F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F47 is #FCD0B8. Grayscale: #242424. Windows color (decimal): -16568505 or 4665091. OLE color: 4665091.

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

Color convert

RGB34771-
CMYK0.960.3400.72
HSL201.18º91.89%14.51%-
HSV(B)201.18º95.77%27.84%-
XYZ2.192.516.33-
YUV36.58147.42104.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=2.48%
G=38.84%
B=58.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal347710.960.3400.72201.1891.8914.51
Hex32F476022048c95cf
Octal35710714042011031113417
Binary1110111110001111100000100010010010001100100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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