#23585D

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

Shades of Blue Stone #23585D

Tints of Blue Stone #23585D

Color information

#23585D (or 0x23585D) is unknown color: approx Blue Stone. HEX triplet: 23, 58 and 5D. RGB value is (35,88,93). Sum of RGB (Red+Green+Blue) = 35+88+93=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #23585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23585D is #DCA7A2. Grayscale: #484848. Windows color (decimal): -14460835 or 6117411. OLE color: 6117411.

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

Color convert

RGB358893-
CMYK0.620.0500.64
HSL185.17º45.31%25.1%-
HSV(B)185.17º62.37%36.47%-
XYZ6.168.1311.6-
YUV72.72139.44101.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=16.20%
G=40.74%
B=43.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3588930.620.0500.64185.1745.3125.1
Hex23585D3E5040b92d19
Octal4313013576501002715531
Binary10001110110001011101111110101010000001011100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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