Html Css Color HEX #235358 Dark Slate Grey

📋 copy color: '#235358'

red 35 ◦ green 83 ◦ blue 88

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

Shades of Dark Slate Grey #235358

Tints of Dark Slate Grey #235358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.72%

R = 16.99%
G = 40.29%
B = 42.72%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#235358 (or 0x235358) is known color: Dark Slate Grey. HEX triplet: 23, 53 and 58. RGB value is (35,83,88). Sum of RGB (Red+Green+Blue) = 35+83+88=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #235358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235358 is #DCACA7. Grayscale: #454545. Windows color (decimal): -14462120 or 5788451. OLE color: 5788451.

HSL color Cylindrical-coordinate representation of color #235358: hue angle of 185.66º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #235358 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 83 88 -
CMYK 0.60 0.06 0 0.65
HSL 185.66º 0.43% 0.24% -
HSV(B) 185.66º 0.6% 0.35% -
XYZ 5.55 7.25 10.34 -
YUV 69.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 35 83 88 0.60 0.06 0 0.65 185.66 0.43 0.24
Hex 23 53 58 3C 6 0 41 BA 2B 18
Octal 43 123 130 74 6 0 101 272 53 30
Binary 100011 1010011 1011000 111100 110 0 1000001 10111010 101011 11000

Color Harmonies of #235358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235358

Black with #235358

Text Example


Text Example

White with #235358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235358; }

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

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

background-color css

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

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

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

border-color css

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

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

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