Html Css Color HEX #23514C Dark Slate Grey

📋 copy color: '#23514C'

red 35 ◦ green 81 ◦ blue 76

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

Shades of Dark Slate Grey #23514C

Tints of Dark Slate Grey #23514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.19%

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 18.23%
G = 42.19%
B = 39.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#23514C (or 0x23514C) is known color: Dark Slate Grey. HEX triplet: 23, 51 and 4C. RGB value is (35,81,76). Sum of RGB (Red+Green+Blue) = 35+81+76=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #23514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23514C is #DCAEB3. Grayscale: #424242. Windows color (decimal): -14462644 or 5001507. OLE color: 5001507.

HSL color Cylindrical-coordinate representation of color #23514C: hue angle of 173.48º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23514C is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 81 76 -
CMYK 0.57 0 0.06 0.68
HSL 173.48º 0.4% 0.23% -
HSV(B) 173.48º 0.57% 0.32% -
XYZ 4.94 6.76 7.88 -
YUV 66.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 35 81 76 0.57 0 0.06 0.68 173.48 0.4 0.23
Hex 23 51 4C 39 0 6 44 AD 28 17
Octal 43 121 114 71 0 6 104 255 50 27
Binary 100011 1010001 1001100 111001 0 110 1000100 10101101 101000 10111

Color Harmonies of #23514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23514C

Black with #23514C

Text Example


Text Example

White with #23514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23514C; }

 p { color: rgb(35,81,76); }

 H1.HeaderClassName
 {
   color: #23514C;
 }
 .AnyTagClassName
 {
   color: #23514C;
 }
</style>

background-color css

<style>
 a { background-color: #23514C; }

 a { background-color: rgb(35,81,76); }

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

border-color css

<style>
 span { border-color: #23514C; }

 span { border-color: rgb(35,81,76); }

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