#163756

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

Shades of Regal Blue #163756

Tints of Regal Blue #163756

Color information

#163756 (or 0x163756) is unknown color: approx Regal Blue. HEX triplet: 16, 37 and 56. RGB value is (22,55,86). Sum of RGB (Red+Green+Blue) = 22+55+86=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #163756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163756 is #E9C8A9. Grayscale: #303030. Windows color (decimal): -15321258 or 5650198. OLE color: 5650198.

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

Color convert

RGB225586-
CMYK0.740.3600.66
HSL209.06º59.26%21.18%-
HSV(B)209.06º74.42%33.73%-
XYZ3.383.579.32-
YUV48.67149.07108.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 86 (33.98% from 255) = 52.76%
R=13.50%
G=33.74%
B=52.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2255860.740.3600.66209.0659.2621.18
Hex1637564A24042d13b15
Octal26671261124401023217325
Binary1011011011110101101001010100100010000101101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163756; }

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

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

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

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

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

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

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

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