#17625F

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

Shades of Blue Stone #17625F

Tints of Blue Stone #17625F

Color information

#17625F (or 0x17625F) is unknown color: approx Blue Stone. HEX triplet: 17, 62 and 5F. RGB value is (23,98,95). Sum of RGB (Red+Green+Blue) = 23+98+95=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #17625F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17625F is #E89DA0. Grayscale: #4B4B4B. Windows color (decimal): -15244705 or 6251031. OLE color: 6251031.

HSL color Cylindrical-coordinate representation of color #17625F: hue angle of 177.6º 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 #17625F is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB239895-
CMYK0.7700.030.62
HSL177.6º61.98%23.73%-
HSV(B)177.6º76.53%38.43%-
XYZ6.799.7412.35-
YUV75.23139.1590.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.65%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=10.65%
G=45.37%
B=43.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2398950.7700.030.62177.661.9823.73
Hex17625F4D033Eb23e18
Octal2714213711503762627630
Binary101111100010101111110011010111111101011001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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