#225357

Color #225357 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #225357

Tints of Dark Slate Grey #225357

Color information

#225357 (or 0x225357) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 53 and 57. RGB value is (34,83,87). Sum of RGB (Red+Green+Blue) = 34+83+87=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #225357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225357 is #DDACA8. Grayscale: #444444. Windows color (decimal): -14527657 or 5722914. OLE color: 5722914.

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

Color convert

RGB348387-
CMYK0.610.0500.66
HSL184.53º43.8%23.73%-
HSV(B)184.53º60.92%34.12%-
XYZ5.477.2110.12-
YUV68.81138.27103.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=16.67%
G=40.69%
B=42.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3483870.610.0500.66184.5343.823.73
Hex2253573D5042b92c18
Octal4212312775501022715430
Binary10001010100111010111111101101010000101011100110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225357; }

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

 H1.HeaderClassName
 {
   color: #225357;
 }
 .AnyTagClassName
 {
   color: #225357;
 }
</style>
background-color css

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

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

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

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

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

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