#163249

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

Shades of Blue Whale #163249

Tints of Blue Whale #163249

Color information

#163249 (or 0x163249) is unknown color: approx Blue Whale. HEX triplet: 16, 32 and 49. RGB value is (22,50,73). Sum of RGB (Red+Green+Blue) = 22+50+73=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #163249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163249 is #E9CDB6. Grayscale: #2C2C2C. Windows color (decimal): -15322551 or 4796950. OLE color: 4796950.

HSL color Cylindrical-coordinate representation of color #163249: hue angle of 207.06º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #163249 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB225073-
CMYK0.700.3200.71
HSL207.06º53.68%18.63%-
HSV(B)207.06º69.86%28.63%-
XYZ2.672.936.73-
YUV44.25144.22112.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=15.17%
G=34.48%
B=50.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2250730.700.3200.71207.0653.6818.63
Hex1632494620047cf3613
Octal26621111064001073176623
Binary1011011001010010011000110100000010001111100111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163249; }

 p { color: rgb(22,50,73); }

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

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

 a { background-color: rgb(22,50,73); }

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

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

 span { border-color: rgb(22,50,73); }

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