#23585E

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

Shades of Blue Stone #23585E

Tints of Blue Stone #23585E

Color information

#23585E (or 0x23585E) is unknown color: approx Blue Stone. HEX triplet: 23, 58 and 5E. RGB value is (35,88,94). Sum of RGB (Red+Green+Blue) = 35+88+94=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #23585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23585E is #DCA7A1. Grayscale: #484848. Windows color (decimal): -14460834 or 6182947. OLE color: 6182947.

HSL color Cylindrical-coordinate representation of color #23585E: hue angle of 186.1º 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 #23585E is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB358894-
CMYK0.630.0600.63
HSL186.1º45.74%25.29%-
HSV(B)186.1º62.77%36.86%-
XYZ6.28.1411.83-
YUV72.84139.94101.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 94 (37.11% from 255) = 43.32%
R=16.13%
G=40.55%
B=43.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3588940.630.0600.63186.145.7425.29
Hex23585E3F603Fba2e19
Octal431301367760772725631
Binary1000111011000101111011111111001111111011101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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