Html Css Color HEX #225156 Dark Slate Grey

📋 copy color: '#225156'

red 34 ◦ green 81 ◦ blue 86

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

Shades of Dark Slate Grey #225156

Tints of Dark Slate Grey #225156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.79%

R = 16.92%
G = 40.3%
B = 42.79%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#225156 (or 0x225156) is known color: Dark Slate Grey. HEX triplet: 22, 51 and 56. RGB value is (34,81,86). Sum of RGB (Red+Green+Blue) = 34+81+86=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #225156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225156 is #DDAEA9. Grayscale: #434343. Windows color (decimal): -14528170 or 5656866. OLE color: 5656866.

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

Color convert

RGB 34 81 86 -
CMYK 0.60 0.06 0 0.66
HSL 185.77º 0.43% 0.24% -
HSV(B) 185.77º 0.6% 0.34% -
XYZ 5.28 6.9 9.86 -
YUV 67.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 34 81 86 0.60 0.06 0 0.66 185.77 0.43 0.24
Hex 22 51 56 3C 6 0 42 BA 2B 18
Octal 42 121 126 74 6 0 102 272 53 30
Binary 100010 1010001 1010110 111100 110 0 1000010 10111010 101011 11000

Color Harmonies of #225156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225156

Black with #225156

Text Example


Text Example

White with #225156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225156; }

 p { color: rgb(34,81,86); }

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

background-color css

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

 a { background-color: rgb(34,81,86); }

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

border-color css

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

 span { border-color: rgb(34,81,86); }

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