#163355

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

Shades of Regal Blue #163355

Tints of Regal Blue #163355

Color information

#163355 (or 0x163355) is unknown color: approx Regal Blue. HEX triplet: 16, 33 and 55. RGB value is (22,51,85). Sum of RGB (Red+Green+Blue) = 22+51+85=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #163355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163355 is #E9CCAA. Grayscale: #2E2E2E. Windows color (decimal): -15322283 or 5583638. OLE color: 5583638.

HSL color Cylindrical-coordinate representation of color #163355: hue angle of 212.38º degrees, saturation: 0.59, 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 #163355 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB225185-
CMYK0.740.4000.67
HSL212.38º58.88%20.98%-
HSV(B)212.38º74.12%33.33%-
XYZ3.153.199.04-
YUV46.2149.89110.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=13.92%
G=32.28%
B=53.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2251850.740.4000.67212.3858.8820.98
Hex1633554A28043d43b15
Octal26631251125001033247325
Binary1011011001110101011001010101000010000111101010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163355; }

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

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

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

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

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

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

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

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