#173552

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

Shades of Regal Blue #173552

Tints of Regal Blue #173552

Color information

#173552 (or 0x173552) is unknown color: approx Regal Blue. HEX triplet: 17, 35 and 52. RGB value is (23,53,82). Sum of RGB (Red+Green+Blue) = 23+53+82=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #173552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173552 is #E8CAAD. Grayscale: #2F2F2F. Windows color (decimal): -15256238 or 5387543. OLE color: 5387543.

HSL color Cylindrical-coordinate representation of color #173552: hue angle of 209.49º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173552 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB235382-
CMYK0.720.3500.68
HSL209.49º56.19%20.59%-
HSV(B)209.49º71.95%32.16%-
XYZ3.153.348.46-
YUV47.34147.56110.64-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.56%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 82 (32.42% from 255) = 51.90%
R=14.56%
G=33.54%
B=51.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2353820.720.3500.68209.4956.1920.59
Hex1735524823044d13815
Octal27651221104301043217025
Binary1011111010110100101001000100011010001001101000111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173552; }

 p { color: rgb(23,53,82); }

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

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

 a { background-color: rgb(23,53,82); }

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

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

 span { border-color: rgb(23,53,82); }

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