#17545E

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

Shades of Blue Stone #17545E

Tints of Blue Stone #17545E

Color information

#17545E (or 0x17545E) is unknown color: approx Blue Stone. HEX triplet: 17, 54 and 5E. RGB value is (23,84,94). Sum of RGB (Red+Green+Blue) = 23+84+94=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #17545E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17545E is #E8ABA1. Grayscale: #424242. Windows color (decimal): -15248290 or 6181911. OLE color: 6181911.

HSL color Cylindrical-coordinate representation of color #17545E: hue angle of 188.45º 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 #17545E is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB238494-
CMYK0.760.1100.63
HSL188.45º60.68%22.94%-
HSV(B)188.45º75.53%36.86%-
XYZ5.547.3311.71-
YUV66.9143.2996.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.44%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 94 (37.11% from 255) = 46.77%
R=11.44%
G=41.79%
B=46.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2384940.760.1100.63188.4560.6822.94
Hex17545E4CB03Fbc3d17
Octal27124136114130772747527
Binary10111101010010111101001100101101111111011110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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