#163656

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

Shades of Regal Blue #163656

Tints of Regal Blue #163656

Color information

#163656 (or 0x163656) is unknown color: approx Regal Blue. HEX triplet: 16, 36 and 56. RGB value is (22,54,86). Sum of RGB (Red+Green+Blue) = 22+54+86=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #163656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163656 is #E9C9A9. Grayscale: #2F2F2F. Windows color (decimal): -15321514 or 5649942. OLE color: 5649942.

HSL color Cylindrical-coordinate representation of color #163656: hue angle of 210º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163656 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB225486-
CMYK0.740.3700.66
HSL210º59.26%21.18%-
HSV(B)210º74.42%33.73%-
XYZ3.333.489.3-
YUV48.08149.4109.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.58%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=13.58%
G=33.33%
B=53.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2254860.740.3700.6621059.2621.18
Hex1636564A25042d23b15
Octal26661261124501023227325
Binary1011011011010101101001010100101010000101101001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163656; }

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

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

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

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

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

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

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

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