#163650

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

Shades of Regal Blue #163650

Tints of Regal Blue #163650

Color information

#163650 (or 0x163650) is unknown color: approx Regal Blue. HEX triplet: 16, 36 and 50. RGB value is (22,54,80). Sum of RGB (Red+Green+Blue) = 22+54+80=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #163650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163650 is #E9C9AF. Grayscale: #2F2F2F. Windows color (decimal): -15321520 or 5256726. OLE color: 5256726.

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

Color convert

RGB225480-
CMYK0.720.3300.69
HSL206.9º56.86%20%-
HSV(B)206.9º72.5%31.37%-
XYZ3.13.398.08-
YUV47.4146.4109.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=14.10%
G=34.62%
B=51.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2254800.720.3300.69206.956.8620
Hex1636504821045cf3914
Octal26661201104101053177124
Binary1011011011010100001001000100001010001011100111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163650; }

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

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

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

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

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

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

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

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