#173353

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

Shades of Regal Blue #173353

Tints of Regal Blue #173353

Color information

#173353 (or 0x173353) is unknown color: approx Regal Blue. HEX triplet: 17, 33 and 53. RGB value is (23,51,83). Sum of RGB (Red+Green+Blue) = 23+51+83=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #173353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173353 is #E8CCAC. Grayscale: #2E2E2E. Windows color (decimal): -15256749 or 5452567. OLE color: 5452567.

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

Color convert

RGB235183-
CMYK0.720.3900.67
HSL212º56.6%20.78%-
HSV(B)212º72.29%32.55%-
XYZ3.13.178.63-
YUV46.28148.72111.4-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.65%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=14.65%
G=32.48%
B=52.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2351830.720.3900.6721256.620.78
Hex1733534827043d43915
Octal27631231104701033247125
Binary1011111001110100111001000100111010000111101010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173353; }

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

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

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

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

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

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

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

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