#163452

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

Shades of Regal Blue #163452

Tints of Regal Blue #163452

Color information

#163452 (or 0x163452) is unknown color: approx Regal Blue. HEX triplet: 16, 34 and 52. RGB value is (22,52,82). Sum of RGB (Red+Green+Blue) = 22+52+82=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #163452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163452 is #E9CBAD. Grayscale: #2E2E2E. Windows color (decimal): -15322030 or 5387286. OLE color: 5387286.

HSL color Cylindrical-coordinate representation of color #163452: hue angle of 210º 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 #163452 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB225282-
CMYK0.730.3700.68
HSL210º57.69%20.39%-
HSV(B)210º73.17%32.16%-
XYZ3.083.248.44-
YUV46.45148.06110.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 52.56%
R=14.10%
G=33.33%
B=52.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2252820.730.3700.6821057.6920.39
Hex1634524925044d23a14
Octal26641221114501043227224
Binary1011011010010100101001001100101010001001101001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163452; }

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

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

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

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

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

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

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

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