#163449

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

Shades of Blue Whale #163449

Tints of Blue Whale #163449

Color information

#163449 (or 0x163449) is unknown color: approx Blue Whale. HEX triplet: 16, 34 and 49. RGB value is (22,52,73). Sum of RGB (Red+Green+Blue) = 22+52+73=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #163449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163449 is #E9CBB6. Grayscale: #2D2D2D. Windows color (decimal): -15322039 or 4797462. OLE color: 4797462.

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

Color convert

RGB225273-
CMYK0.700.2900.71
HSL204.71º53.68%18.63%-
HSV(B)204.71º69.86%28.63%-
XYZ2.763.116.76-
YUV45.42143.56111.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=14.97%
G=35.37%
B=49.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2252730.700.2900.71204.7153.6818.63
Hex163449461D047cd3613
Octal26641111063501073156623
Binary101101101001001001100011011101010001111100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163449; }

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

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

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

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

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

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

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

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