#17625C

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

Shades of Blue Stone #17625C

Tints of Blue Stone #17625C

Color information

#17625C (or 0x17625C) is unknown color: approx Blue Stone. HEX triplet: 17, 62 and 5C. RGB value is (23,98,92). Sum of RGB (Red+Green+Blue) = 23+98+92=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #17625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17625C is #E89DA3. Grayscale: #4A4A4A. Windows color (decimal): -15244708 or 6054423. OLE color: 6054423.

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

Color convert

RGB239892-
CMYK0.7700.060.62
HSL175.2º61.98%23.73%-
HSV(B)175.2º76.53%38.43%-
XYZ6.659.6911.64-
YUV74.89137.6590.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.80%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=10.80%
G=46.01%
B=43.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2398920.7700.060.62175.261.9823.73
Hex17625C4D063Eaf3e18
Octal2714213411506762577630
Binary1011111000101011100100110101101111101010111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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