#173052

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

Shades of Regal Blue #173052

Tints of Regal Blue #173052

Color information

#173052 (or 0x173052) is unknown color: approx Regal Blue. HEX triplet: 17, 30 and 52. RGB value is (23,48,82). Sum of RGB (Red+Green+Blue) = 23+48+82=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #173052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173052 is #E8CFAD. Grayscale: #2C2C2C. Windows color (decimal): -15257518 or 5386263. OLE color: 5386263.

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

Color convert

RGB234882-
CMYK0.720.4100.68
HSL214.58º56.19%20.59%-
HSV(B)214.58º71.95%32.16%-
XYZ2.932.918.39-
YUV44.4149.22112.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.03%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 82 (32.42% from 255) = 53.59%
R=15.03%
G=31.37%
B=53.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2348820.720.4100.68214.5856.1920.59
Hex1730524829044d73815
Octal27601221105101043277025
Binary1011111000010100101001000101001010001001101011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173052; }

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

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

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

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

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

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

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

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