#163250

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

Shades of Regal Blue #163250

Tints of Regal Blue #163250

Color information

#163250 (or 0x163250) is unknown color: approx Regal Blue. HEX triplet: 16, 32 and 50. RGB value is (22,50,80). Sum of RGB (Red+Green+Blue) = 22+50+80=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #163250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163250 is #E9CDAF. Grayscale: #2C2C2C. Windows color (decimal): -15322544 or 5255702. OLE color: 5255702.

HSL color Cylindrical-coordinate representation of color #163250: hue angle of 211.03º 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 #163250 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB225080-
CMYK0.720.3700.69
HSL211.03º56.86%20%-
HSV(B)211.03º72.5%31.37%-
XYZ2.923.038.02-
YUV45.05147.72111.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=14.47%
G=32.89%
B=52.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2250800.720.3700.69211.0356.8620
Hex1632504825045d33914
Octal26621201104501053237124
Binary1011011001010100001001000100101010001011101001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163250; }

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

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

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

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

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

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

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

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