#23595A

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

Shades of Blue Stone #23595A

Tints of Blue Stone #23595A

Color information

#23595A (or 0x23595A) is unknown color: approx Blue Stone. HEX triplet: 23, 59 and 5A. RGB value is (35,89,90). Sum of RGB (Red+Green+Blue) = 35+89+90=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #23595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23595A is #DCA6A5. Grayscale: #484848. Windows color (decimal): -14460582 or 5921059. OLE color: 5921059.

HSL color Cylindrical-coordinate representation of color #23595A: hue angle of 181.09º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23595A is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB358990-
CMYK0.610.0100.65
HSL181.09º44%24.51%-
HSV(B)181.09º61.11%35.29%-
XYZ6.118.2410.94-
YUV72.97137.61100.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=16.36%
G=41.59%
B=42.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3589900.610.0100.65181.094424.51
Hex23595A3D1041b52c19
Octal4313113275101012655431
Binary100011101100110110101111011010000011011010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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