#032B49

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

Shades of Blue Whale #032B49

Tints of Blue Whale #032B49

Color information

#032B49 (or 0x032B49) is unknown color: approx Blue Whale. HEX triplet: 03, 2B and 49. RGB value is (3,43,73). Sum of RGB (Red+Green+Blue) = 3+43+73=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #032B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B49 is #FCD4B6. Grayscale: #222222. Windows color (decimal): -16569527 or 4795139. OLE color: 4795139.

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

Color convert

RGB34373-
CMYK0.960.4100.71
HSL205.71º92.11%14.9%-
HSV(B)205.71º95.89%28.63%-
XYZ2.12.236.62-
YUV34.46149.75105.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 73 (28.91% from 255) = 61.34%
R=2.52%
G=36.13%
B=61.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal343730.960.4100.71205.7192.1114.9
Hex32B496029047ce5cf
Octal35311114051010731613417
Binary1110101110010011100000101001010001111100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,43,73); }

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

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

 a { background-color: rgb(3,43,73); }

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

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

 span { border-color: rgb(3,43,73); }

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