#163541

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

Shades of Blue Whale #163541

Tints of Blue Whale #163541

Color information

#163541 (or 0x163541) is unknown color: approx Blue Whale. HEX triplet: 16, 35 and 41. RGB value is (22,53,65). Sum of RGB (Red+Green+Blue) = 22+53+65=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #163541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163541 is #E9CABE. Grayscale: #2D2D2D. Windows color (decimal): -15321791 or 4273430. OLE color: 4273430.

HSL color Cylindrical-coordinate representation of color #163541: hue angle of 196.74º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163541 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB225365-
CMYK0.660.1800.75
HSL196.74º49.43%17.06%-
HSV(B)196.74º66.15%25.49%-
XYZ2.563.15.46-
YUV45.1139.23111.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.71%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=15.71%
G=37.86%
B=46.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2253650.660.1800.75196.7449.4317.06
Hex163541421204Bc53111
Octal26651011022201133056121
Binary101101101011000001100001010010010010111100010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163541; }

 p { color: rgb(22,53,65); }

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

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

 a { background-color: rgb(22,53,65); }

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

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

 span { border-color: rgb(22,53,65); }

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