#163354

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

Shades of Regal Blue #163354

Tints of Regal Blue #163354

Color information

#163354 (or 0x163354) is unknown color: approx Regal Blue. HEX triplet: 16, 33 and 54. RGB value is (22,51,84). Sum of RGB (Red+Green+Blue) = 22+51+84=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #163354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163354 is #E9CCAB. Grayscale: #2D2D2D. Windows color (decimal): -15322284 or 5518102. OLE color: 5518102.

HSL color Cylindrical-coordinate representation of color #163354: hue angle of 211.94º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163354 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB225184-
CMYK0.740.3900.67
HSL211.94º58.49%20.78%-
HSV(B)211.94º73.81%32.94%-
XYZ3.113.188.84-
YUV46.09149.39110.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=14.01%
G=32.48%
B=53.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2251840.740.3900.67211.9458.4920.78
Hex1633544A27043d43a15
Octal26631241124701033247225
Binary1011011001110101001001010100111010000111101010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163354; }

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

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

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

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

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

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

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

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