#163350

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

Shades of Regal Blue #163350

Tints of Regal Blue #163350

Color information

#163350 (or 0x163350) is unknown color: approx Regal Blue. HEX triplet: 16, 33 and 50. RGB value is (22,51,80). Sum of RGB (Red+Green+Blue) = 22+51+80=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #163350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163350 is #E9CCAF. Grayscale: #2D2D2D. Windows color (decimal): -15322288 or 5255958. OLE color: 5255958.

HSL color Cylindrical-coordinate representation of color #163350: hue angle of 210º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163350 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB225180-
CMYK0.720.3600.69
HSL210º56.86%20%-
HSV(B)210º72.5%31.37%-
XYZ2.963.128.03-
YUV45.64147.39111.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.38%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=14.38%
G=33.33%
B=52.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2251800.720.3600.6921056.8620
Hex1633504824045d23914
Octal26631201104401053227124
Binary1011011001110100001001000100100010001011101001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163350; }

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

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

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

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

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

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

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

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