#163349

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

Shades of Blue Whale #163349

Tints of Blue Whale #163349

Color information

#163349 (or 0x163349) is unknown color: approx Blue Whale. HEX triplet: 16, 33 and 49. RGB value is (22,51,73). Sum of RGB (Red+Green+Blue) = 22+51+73=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #163349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163349 is #E9CCB6. Grayscale: #2C2C2C. Windows color (decimal): -15322295 or 4797206. OLE color: 4797206.

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

Color convert

RGB225173-
CMYK0.700.3000.71
HSL205.88º53.68%18.63%-
HSV(B)205.88º69.86%28.63%-
XYZ2.723.026.74-
YUV44.84143.89111.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 73 (28.91% from 255) = 50%
R=15.07%
G=34.93%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2251730.700.3000.71205.8853.6818.63
Hex163349461E047ce3613
Octal26631111063601073166623
Binary101101100111001001100011011110010001111100111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163349; }

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

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

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

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

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

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

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

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