#23595C

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

Shades of Blue Stone #23595C

Tints of Blue Stone #23595C

Color information

#23595C (or 0x23595C) is unknown color: approx Blue Stone. HEX triplet: 23, 59 and 5C. RGB value is (35,89,92). Sum of RGB (Red+Green+Blue) = 35+89+92=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #23595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23595C is #DCA6A3. Grayscale: #494949. Windows color (decimal): -14460580 or 6052131. OLE color: 6052131.

HSL color Cylindrical-coordinate representation of color #23595C: hue angle of 183.16º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23595C is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB358992-
CMYK0.620.0300.64
HSL183.16º44.88%24.9%-
HSV(B)183.16º61.96%36.08%-
XYZ6.28.2711.4-
YUV73.2138.61100.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=16.20%
G=41.20%
B=42.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3589920.620.0300.64183.1644.8824.9
Hex23595C3E3040b72d19
Octal4313113476301002675531
Binary1000111011001101110011111011010000001011011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,89,92); }

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

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

 a { background-color: rgb(35,89,92); }

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

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

 span { border-color: rgb(35,89,92); }

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