#17545F

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

Shades of Blue Stone #17545F

Tints of Blue Stone #17545F

Color information

#17545F (or 0x17545F) is unknown color: approx Blue Stone. HEX triplet: 17, 54 and 5F. RGB value is (23,84,95). Sum of RGB (Red+Green+Blue) = 23+84+95=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #17545F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17545F is #E8ABA0. Grayscale: #424242. Windows color (decimal): -15248289 or 6247447. OLE color: 6247447.

HSL color Cylindrical-coordinate representation of color #17545F: hue angle of 189.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17545F is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB238495-
CMYK0.760.1200.63
HSL189.17º61.02%23.14%-
HSV(B)189.17º75.79%37.25%-
XYZ5.597.3511.95-
YUV67.02143.7996.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.39%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 95 (37.5% from 255) = 47.03%
R=11.39%
G=41.58%
B=47.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2384950.760.1200.63189.1761.0223.14
Hex17545F4CC03Fbd3d17
Octal27124137114140772757527
Binary10111101010010111111001100110001111111011110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17545F; }

 p { color: rgb(23,84,95); }

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

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

 a { background-color: rgb(23,84,95); }

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

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

 span { border-color: rgb(23,84,95); }

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