#163342

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

Shades of Blue Whale #163342

Tints of Blue Whale #163342

Color information

#163342 (or 0x163342) is unknown color: approx Blue Whale. HEX triplet: 16, 33 and 42. RGB value is (22,51,66). Sum of RGB (Red+Green+Blue) = 22+51+66=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #163342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163342 is #E9CCBD. Grayscale: #2B2B2B. Windows color (decimal): -15322302 or 4338454. OLE color: 4338454.

HSL color Cylindrical-coordinate representation of color #163342: hue angle of 200.45º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163342 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB225166-
CMYK0.670.2300.74
HSL200.45º50%17.25%-
HSV(B)200.45º66.67%25.88%-
XYZ2.52.935.59-
YUV44.04140.39112.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 66 (26.17% from 255) = 47.48%
R=15.83%
G=36.69%
B=47.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2251660.670.2300.74200.455017.25
Hex163342431704Ac83211
Octal26631021032701123106221
Binary101101100111000010100001110111010010101100100011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163342; }

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

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

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

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

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

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

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

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