#163946

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

Shades of Blue Whale #163946

Tints of Blue Whale #163946

Color information

#163946 (or 0x163946) is unknown color: approx Blue Whale. HEX triplet: 16, 39 and 46. RGB value is (22,57,70). Sum of RGB (Red+Green+Blue) = 22+57+70=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #163946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163946 is #E9C6B9. Grayscale: #2F2F2F. Windows color (decimal): -15320762 or 4602134. OLE color: 4602134.

HSL color Cylindrical-coordinate representation of color #163946: hue angle of 196.25º 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 #163946 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB225770-
CMYK0.690.1900.73
HSL196.25º52.17%18.04%-
HSV(B)196.25º68.57%27.45%-
XYZ2.93.546.32-
YUV48.02140.4109.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 70 (27.73% from 255) = 46.98%
R=14.77%
G=38.26%
B=46.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2257700.690.1900.73196.2552.1718.04
Hex1639464513049c43412
Octal26711061052301113046422
Binary101101110011000110100010110011010010011100010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163946; }

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

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

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

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

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

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

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

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