#163752

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

Shades of Regal Blue #163752

Tints of Regal Blue #163752

Color information

#163752 (or 0x163752) is unknown color: approx Regal Blue. HEX triplet: 16, 37 and 52. RGB value is (22,55,82). Sum of RGB (Red+Green+Blue) = 22+55+82=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #163752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163752 is #E9C8AD. Grayscale: #303030. Windows color (decimal): -15321262 or 5388054. OLE color: 5388054.

HSL color Cylindrical-coordinate representation of color #163752: hue angle of 207º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163752 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB225582-
CMYK0.730.3300.68
HSL207º57.69%20.39%-
HSV(B)207º73.17%32.16%-
XYZ3.223.518.49-
YUV48.21147.07109.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=13.84%
G=34.59%
B=51.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2255820.730.3300.6820757.6920.39
Hex1637524921044cf3a14
Octal26671221114101043177224
Binary1011011011110100101001001100001010001001100111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163752; }

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

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

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

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

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

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

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

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