Html Css Color HEX #23595E Blue Stone

📋 copy color: '#23595E'

red 35 ◦ green 89 ◦ blue 94

#23595E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #23595E

Tints of Blue Stone #23595E

RGB

 RED value IS 35 (14.06% from 255) = 16.06%

 GREEN value IS 89 (35.16% from 255) = 40.83%

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 16.06%
G = 40.83%
B = 43.12%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23595E (or 0x23595E) is known color: Blue Stone. HEX triplet: 23, 59 and 5E. RGB value is (35,89,94). Sum of RGB (Red+Green+Blue) = 35+89+94=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 94 - color contains mainly: blue. Hex color #23595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23595E is #DCA6A1. Grayscale: #494949. Windows color (decimal): -14460578 or 6183203. OLE color: 6183203.

HSL color Cylindrical-coordinate representation of color #23595E: hue angle of 185.08º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23595E is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 89 94 -
CMYK 0.63 0.05 0 0.63
HSL 185.08º 0.46% 0.25% -
HSV(B) 185.08º 0.63% 0.37% -
XYZ 6.29 8.31 11.86 -
YUV 73.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 35 89 94 0.63 0.05 0 0.63 185.08 0.46 0.25
Hex 23 59 5E 3F 5 0 3F B9 2E 19
Octal 43 131 136 77 5 0 77 271 56 31
Binary 100011 1011001 1011110 111111 101 0 111111 10111001 101110 11001

Color Harmonies of #23595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23595E

Black with #23595E

Text Example


Text Example

White with #23595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23595E;
 }
 .AnyTagClassName
 {
   color: #23595E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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