#173251

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

Shades of Regal Blue #173251

Tints of Regal Blue #173251

Color information

#173251 (or 0x173251) is unknown color: approx Regal Blue. HEX triplet: 17, 32 and 51. RGB value is (23,50,81). Sum of RGB (Red+Green+Blue) = 23+50+81=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #173251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173251 is #E8CDAE. Grayscale: #2D2D2D. Windows color (decimal): -15257007 or 5321239. OLE color: 5321239.

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

Color convert

RGB235081-
CMYK0.720.3800.68
HSL212.07º55.77%20.39%-
HSV(B)212.07º71.6%31.76%-
XYZ2.983.068.22-
YUV45.46148.05111.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.94%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=14.94%
G=32.47%
B=52.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2350810.720.3800.68212.0755.7720.39
Hex1732514826044d43814
Octal27621211104601043247024
Binary1011111001010100011001000100110010001001101010011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173251; }

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

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

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

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

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

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

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

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