Html Css Color HEX #235352 Dark Slate Grey

📋 copy color: '#235352'

red 35 ◦ green 83 ◦ blue 82

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

Shades of Dark Slate Grey #235352

Tints of Dark Slate Grey #235352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 82 (32.42% from 255) = 41%

R = 17.5%
G = 41.5%
B = 41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#235352 (or 0x235352) is known color: Dark Slate Grey. HEX triplet: 23, 53 and 52. RGB value is (35,83,82). Sum of RGB (Red+Green+Blue) = 35+83+82=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #235352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235352 is #DCACAD. Grayscale: #444444. Windows color (decimal): -14462126 or 5395235. OLE color: 5395235.

HSL color Cylindrical-coordinate representation of color #235352: hue angle of 178.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235352 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 83 82 -
CMYK 0.58 0 0.01 0.67
HSL 178.75º 0.41% 0.23% -
HSV(B) 178.75º 0.58% 0.33% -
XYZ 5.31 7.15 9.08 -
YUV 68.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 35 83 82 0.58 0 0.01 0.67 178.75 0.41 0.23
Hex 23 53 52 3A 0 1 43 B3 29 17
Octal 43 123 122 72 0 1 103 263 51 27
Binary 100011 1010011 1010010 111010 0 1 1000011 10110011 101001 10111

Color Harmonies of #235352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235352

Black with #235352

Text Example


Text Example

White with #235352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235352; }

 p { color: rgb(35,83,82); }

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

background-color css

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

 a { background-color: rgb(35,83,82); }

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

border-color css

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

 span { border-color: rgb(35,83,82); }

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