#163450

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

Shades of Regal Blue #163450

Tints of Regal Blue #163450

Color information

#163450 (or 0x163450) is unknown color: approx Regal Blue. HEX triplet: 16, 34 and 50. RGB value is (22,52,80). Sum of RGB (Red+Green+Blue) = 22+52+80=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #163450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163450 is #E9CBAF. Grayscale: #2E2E2E. Windows color (decimal): -15322032 or 5256214. OLE color: 5256214.

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

Color convert

RGB225280-
CMYK0.720.3500.69
HSL208.97º56.86%20%-
HSV(B)208.97º72.5%31.37%-
XYZ3.013.218.05-
YUV46.22147.06110.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.29%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=14.29%
G=33.77%
B=51.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2252800.720.3500.69208.9756.8620
Hex1634504823045d13914
Octal26641201104301053217124
Binary1011011010010100001001000100011010001011101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163450; }

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

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

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

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

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

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

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

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