#17625E

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

Shades of Blue Stone #17625E

Tints of Blue Stone #17625E

Color information

#17625E (or 0x17625E) is unknown color: approx Blue Stone. HEX triplet: 17, 62 and 5E. RGB value is (23,98,94). Sum of RGB (Red+Green+Blue) = 23+98+94=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #17625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17625E is #E89DA1. Grayscale: #4B4B4B. Windows color (decimal): -15244706 or 6185495. OLE color: 6185495.

HSL color Cylindrical-coordinate representation of color #17625E: hue angle of 176.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17625E is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB239894-
CMYK0.7700.040.62
HSL176.8º61.98%23.73%-
HSV(B)176.8º76.53%38.43%-
XYZ6.749.7312.11-
YUV75.12138.6590.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.70%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=10.70%
G=45.58%
B=43.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2398940.7700.040.62176.861.9823.73
Hex17625E4D043Eb13e18
Octal2714213611504762617630
Binary1011111000101011110100110101001111101011000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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