#163649

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

Shades of Blue Whale #163649

Tints of Blue Whale #163649

Color information

#163649 (or 0x163649) is unknown color: approx Blue Whale. HEX triplet: 16, 36 and 49. RGB value is (22,54,73). Sum of RGB (Red+Green+Blue) = 22+54+73=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #163649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163649 is #E9C9B6. Grayscale: #2E2E2E. Windows color (decimal): -15321527 or 4797974. OLE color: 4797974.

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

Color convert

RGB225473-
CMYK0.700.2600.71
HSL202.35º53.68%18.63%-
HSV(B)202.35º69.86%28.63%-
XYZ2.853.296.79-
YUV46.6142.9110.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 73 (28.91% from 255) = 48.99%
R=14.77%
G=36.24%
B=48.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2254730.700.2600.71202.3553.6818.63
Hex163649461A047ca3613
Octal26661111063201073126623
Binary101101101101001001100011011010010001111100101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163649; }

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

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

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

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

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

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

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

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