#173253

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

Shades of Regal Blue #173253

Tints of Regal Blue #173253

Color information

#173253 (or 0x173253) is unknown color: approx Regal Blue. HEX triplet: 17, 32 and 53. RGB value is (23,50,83). Sum of RGB (Red+Green+Blue) = 23+50+83=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #173253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173253 is #E8CDAC. Grayscale: #2D2D2D. Windows color (decimal): -15257005 or 5452311. OLE color: 5452311.

HSL color Cylindrical-coordinate representation of color #173253: hue angle of 213º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173253 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB235083-
CMYK0.720.4000.67
HSL213º56.6%20.78%-
HSV(B)213º72.29%32.55%-
XYZ3.063.098.62-
YUV45.69149.05111.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=14.74%
G=32.05%
B=53.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2350830.720.4000.6721356.620.78
Hex1732534828043d53915
Octal27621231105001033257125
Binary1011111001010100111001000101000010000111101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173253; }

 p { color: rgb(23,50,83); }

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

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

 a { background-color: rgb(23,50,83); }

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

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

 span { border-color: rgb(23,50,83); }

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