#163246

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

Shades of Blue Whale #163246

Tints of Blue Whale #163246

Color information

#163246 (or 0x163246) is unknown color: approx Blue Whale. HEX triplet: 16, 32 and 46. RGB value is (22,50,70). Sum of RGB (Red+Green+Blue) = 22+50+70=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #163246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163246 is #E9CDB9. Grayscale: #2B2B2B. Windows color (decimal): -15322554 or 4600342. OLE color: 4600342.

HSL color Cylindrical-coordinate representation of color #163246: hue angle of 205º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163246 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB225070-
CMYK0.690.2900.73
HSL205º52.17%18.04%-
HSV(B)205º68.57%27.45%-
XYZ2.582.896.22-
YUV43.91142.72112.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 70 (27.73% from 255) = 49.30%
R=15.49%
G=35.21%
B=49.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2250700.690.2900.7320552.1718.04
Hex163246451D049cd3412
Octal26621061053501113156422
Binary101101100101000110100010111101010010011100110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163246; }

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

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

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

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

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

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

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

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