Html Css Color HEX #225355 Dark Slate Grey

📋 copy color: '#225355'

red 34 ◦ green 83 ◦ blue 85

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

Shades of Dark Slate Grey #225355

Tints of Dark Slate Grey #225355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 16.83%
G = 41.09%
B = 42.08%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#225355 (or 0x225355) is known color: Dark Slate Grey. HEX triplet: 22, 53 and 55. RGB value is (34,83,85). Sum of RGB (Red+Green+Blue) = 34+83+85=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #225355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225355 is #DDACAA. Grayscale: #444444. Windows color (decimal): -14527659 or 5591842. OLE color: 5591842.

HSL color Cylindrical-coordinate representation of color #225355: hue angle of 182.35º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225355 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 83 85 -
CMYK 0.60 0.02 0 0.67
HSL 182.35º 0.43% 0.23% -
HSV(B) 182.35º 0.6% 0.33% -
XYZ 5.39 7.18 9.7 -
YUV 68.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 34 83 85 0.60 0.02 0 0.67 182.35 0.43 0.23
Hex 22 53 55 3C 2 0 43 B6 2B 17
Octal 42 123 125 74 2 0 103 266 53 27
Binary 100010 1010011 1010101 111100 10 0 1000011 10110110 101011 10111

Color Harmonies of #225355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225355

Black with #225355

Text Example


Text Example

White with #225355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225355; }

 p { color: rgb(34,83,85); }

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

background-color css

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

 a { background-color: rgb(34,83,85); }

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

border-color css

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

 span { border-color: rgb(34,83,85); }

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