#032949

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

Shades of Blue Whale #032949

Tints of Blue Whale #032949

Color information

#032949 (or 0x032949) is unknown color: approx Blue Whale. HEX triplet: 03, 29 and 49. RGB value is (3,41,73). Sum of RGB (Red+Green+Blue) = 3+41+73=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #032949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032949 is #FCD6B6. Grayscale: #212121. Windows color (decimal): -16570039 or 4794627. OLE color: 4794627.

HSL color Cylindrical-coordinate representation of color #032949: hue angle of 207.43º 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 #032949 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB34173-
CMYK0.960.4400.71
HSL207.43º92.11%14.9%-
HSV(B)207.43º95.89%28.63%-
XYZ2.032.096.6-
YUV33.29150.41106.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 73 (28.91% from 255) = 62.39%
R=2.56%
G=35.04%
B=62.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal341730.960.4400.71207.4392.1114.9
Hex32949602C047cf5cf
Octal35111114054010731713417
Binary1110100110010011100000101100010001111100111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032949; }

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

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

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

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

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

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

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

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