#163556

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

Shades of Regal Blue #163556

Tints of Regal Blue #163556

Color information

#163556 (or 0x163556) is unknown color: approx Regal Blue. HEX triplet: 16, 35 and 56. RGB value is (22,53,86). Sum of RGB (Red+Green+Blue) = 22+53+86=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #163556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163556 is #E9CAA9. Grayscale: #2F2F2F. Windows color (decimal): -15321770 or 5649686. OLE color: 5649686.

HSL color Cylindrical-coordinate representation of color #163556: hue angle of 210.94º 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 #163556 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB225386-
CMYK0.740.3800.66
HSL210.94º59.26%21.18%-
HSV(B)210.94º74.42%33.73%-
XYZ3.283.399.29-
YUV47.49149.73109.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=13.66%
G=32.92%
B=53.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2253860.740.3800.66210.9459.2621.18
Hex1635564A26042d33b15
Octal26651261124601023237325
Binary1011011010110101101001010100110010000101101001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163556; }

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

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

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

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

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

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

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

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