Html Css Color HEX #23585D Blue Stone

📋 copy color: '#23585D'

red 35 ◦ green 88 ◦ blue 93

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

Shades of Blue Stone #23585D

Tints of Blue Stone #23585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.74%

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 16.2%
G = 40.74%
B = 43.06%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23585D (or 0x23585D) is known color: 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

RGB 35 88 93 -
CMYK 0.62 0.05 0 0.64
HSL 185.17º 0.45% 0.25% -
HSV(B) 185.17º 0.62% 0.36% -
XYZ 6.16 8.13 11.6 -
YUV 72.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 35 88 93 0.62 0.05 0 0.64 185.17 0.45 0.25
Hex 23 58 5D 3E 5 0 40 B9 2D 19
Octal 43 130 135 76 5 0 100 271 55 31
Binary 100011 1011000 1011101 111110 101 0 1000000 10111001 101101 11001

Color Harmonies of #23585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23585D

Black with #23585D

Text Example


Text Example

White with #23585D

Text Example


Text Example

HTML Codes & Css Web 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>