Html Css Color HEX #234D51 Dark Slate Grey

📋 copy color: '#234D51'

red 35 ◦ green 77 ◦ blue 81

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

Shades of Dark Slate Grey #234D51

Tints of Dark Slate Grey #234D51

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.9%

 BLUE value IS 81 (32.03% from 255) = 41.97%

R = 18.13%
G = 39.9%
B = 41.97%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#234D51 (or 0x234D51) is known color: Dark Slate Grey. HEX triplet: 23, 4D and 51. RGB value is (35,77,81). Sum of RGB (Red+Green+Blue) = 35+77+81=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #234D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D51 is #DCB2AE. Grayscale: #404040. Windows color (decimal): -14463663 or 5328163. OLE color: 5328163.

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

Color convert

RGB 35 77 81 -
CMYK 0.57 0.05 0 0.68
HSL 185.22º 0.4% 0.23% -
HSV(B) 185.22º 0.57% 0.32% -
XYZ 4.83 6.26 8.74 -
YUV 64.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 35 77 81 0.57 0.05 0 0.68 185.22 0.4 0.23
Hex 23 4D 51 39 5 0 44 B9 28 17
Octal 43 115 121 71 5 0 104 271 50 27
Binary 100011 1001101 1010001 111001 101 0 1000100 10111001 101000 10111

Color Harmonies of #234D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234D51

Black with #234D51

Text Example


Text Example

White with #234D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234D51; }

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

 H1.HeaderClassName
 {
   color: #234D51;
 }
 .AnyTagClassName
 {
   color: #234D51;
 }
</style>

background-color css

<style>
 a { background-color: #234D51; }

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

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

border-color css

<style>
 span { border-color: #234D51; }

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

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