#23595D

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

Shades of Blue Stone #23595D

Tints of Blue Stone #23595D

Color information

#23595D (or 0x23595D) is unknown color: approx Blue Stone. HEX triplet: 23, 59 and 5D. RGB value is (35,89,93). Sum of RGB (Red+Green+Blue) = 35+89+93=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #23595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23595D is #DCA6A2. Grayscale: #494949. Windows color (decimal): -14460579 or 6117667. OLE color: 6117667.

HSL color Cylindrical-coordinate representation of color #23595D: hue angle of 184.14º 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 #23595D is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB358993-
CMYK0.620.0400.64
HSL184.14º45.31%25.1%-
HSV(B)184.14º62.37%36.47%-
XYZ6.248.2911.63-
YUV73.31139.11100.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=16.13%
G=41.01%
B=42.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3589930.620.0400.64184.1445.3125.1
Hex23595D3E4040b82d19
Octal4313113576401002705531
Binary10001110110011011101111110100010000001011100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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