#163761

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

Shades of Regal Blue #163761

Tints of Regal Blue #163761

Color information

#163761 (or 0x163761) is unknown color: approx Regal Blue. HEX triplet: 16, 37 and 61. RGB value is (22,55,97). Sum of RGB (Red+Green+Blue) = 22+55+97=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #163761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163761 is #E9C89E. Grayscale: #313131. Windows color (decimal): -15321247 or 6371094. OLE color: 6371094.

HSL color Cylindrical-coordinate representation of color #163761: hue angle of 213.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163761 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB225597-
CMYK0.770.4300.62
HSL213.6º63.03%23.33%-
HSV(B)213.6º77.32%38.04%-
XYZ3.853.7711.83-
YUV49.92154.57108.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 97 (38.28% from 255) = 55.75%
R=12.64%
G=31.61%
B=55.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2255970.770.4300.62213.663.0323.33
Hex1637614D2B03Ed63f17
Octal2667141115530763267727
Binary101101101111100001100110110101101111101101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163761; }

 p { color: rgb(22,55,97); }

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

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

 a { background-color: rgb(22,55,97); }

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

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

 span { border-color: rgb(22,55,97); }

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