Html Css Color HEX #225758 Dark Slate Grey

📋 copy color: '#225758'

red 34 ◦ green 87 ◦ blue 88

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

Shades of Dark Slate Grey #225758

Tints of Dark Slate Grey #225758

RGB

 RED value IS 34 (13.67% from 255) = 16.27%

 GREEN value IS 87 (34.38% from 255) = 41.63%

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

R = 16.27%
G = 41.63%
B = 42.11%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#225758 (or 0x225758) is known color: Dark Slate Grey. HEX triplet: 22, 57 and 58. RGB value is (34,87,88). Sum of RGB (Red+Green+Blue) = 34+87+88=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #225758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225758 is #DDA8A7. Grayscale: #474747. Windows color (decimal): -14526632 or 5789474. OLE color: 5789474.

HSL color Cylindrical-coordinate representation of color #225758: hue angle of 181.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225758 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 87 88 -
CMYK 0.61 0.01 0 0.65
HSL 181.11º 0.44% 0.24% -
HSV(B) 181.11º 0.61% 0.35% -
XYZ 5.83 7.86 10.44 -
YUV 71.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 34 87 88 0.61 0.01 0 0.65 181.11 0.44 0.24
Hex 22 57 58 3D 1 0 41 B5 2C 18
Octal 42 127 130 75 1 0 101 265 54 30
Binary 100010 1010111 1011000 111101 1 0 1000001 10110101 101100 11000

Color Harmonies of #225758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225758

Black with #225758

Text Example


Text Example

White with #225758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225758; }

 p { color: rgb(34,87,88); }

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

background-color css

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

 a { background-color: rgb(34,87,88); }

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

border-color css

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

 span { border-color: rgb(34,87,88); }

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