Html Css Color HEX #23514E Dark Slate Grey

📋 copy color: '#23514E'

red 35 ◦ green 81 ◦ blue 78

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

Shades of Dark Slate Grey #23514E

Tints of Dark Slate Grey #23514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.21%

R = 18.04%
G = 41.75%
B = 40.21%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#23514E (or 0x23514E) is known color: Dark Slate Grey. HEX triplet: 23, 51 and 4E. RGB value is (35,81,78). Sum of RGB (Red+Green+Blue) = 35+81+78=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #23514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23514E is #DCAEB1. Grayscale: #424242. Windows color (decimal): -14462642 or 5132579. OLE color: 5132579.

HSL color Cylindrical-coordinate representation of color #23514E: hue angle of 176.09º 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 #23514E is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 81 78 -
CMYK 0.57 0 0.04 0.68
HSL 176.09º 0.4% 0.23% -
HSV(B) 176.09º 0.57% 0.32% -
XYZ 5.01 6.79 8.25 -
YUV 66.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 35 81 78 0.57 0 0.04 0.68 176.09 0.4 0.23
Hex 23 51 4E 39 0 4 44 B0 28 17
Octal 43 121 116 71 0 4 104 260 50 27
Binary 100011 1010001 1001110 111001 0 100 1000100 10110000 101000 10111

Color Harmonies of #23514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23514E

Black with #23514E

Text Example


Text Example

White with #23514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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