#163358

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

Shades of Regal Blue #163358

Tints of Regal Blue #163358

Color information

#163358 (or 0x163358) is unknown color: approx Regal Blue. HEX triplet: 16, 33 and 58. RGB value is (22,51,88). Sum of RGB (Red+Green+Blue) = 22+51+88=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #163358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163358 is #E9CCA7. Grayscale: #2E2E2E. Windows color (decimal): -15322280 or 5780246. OLE color: 5780246.

HSL color Cylindrical-coordinate representation of color #163358: hue angle of 213.64º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163358 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB225188-
CMYK0.750.4200.65
HSL213.64º60%21.57%-
HSV(B)213.64º75%34.51%-
XYZ3.283.249.69-
YUV46.55151.39110.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 88 (34.77% from 255) = 54.66%
R=13.66%
G=31.68%
B=54.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2251880.750.4200.65213.646021.57
Hex1633584B2A041d63c16
Octal26631301135201013267426
Binary1011011001110110001001011101010010000011101011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163358; }

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

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

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

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

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

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

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

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