#224B4B

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

Shades of Dark Slate Grey #224B4B

Tints of Dark Slate Grey #224B4B

Color information

#224B4B (or 0x224B4B) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4B and 4B. RGB value is (34,75,75). Sum of RGB (Red+Green+Blue) = 34+75+75=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #224B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B4B is #DDB4B4. Grayscale: #3E3E3E. Windows color (decimal): -14529717 or 4934434. OLE color: 4934434.

HSL color Cylindrical-coordinate representation of color #224B4B: hue angle of 180º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B4B is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB347575-
CMYK0.55000.71
HSL180º37.61%21.37%-
HSV(B)180º54.67%29.41%-
XYZ4.455.887.56-
YUV62.74134.92107.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.48%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=18.48%
G=40.76%
B=40.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475750.55000.7118037.6121.37
Hex224B4B370047b42615
Octal4211311367001072644625
Binary100010100101110010111101110010001111011010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224B4B; }

 p { color: rgb(34,75,75); }

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

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

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

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

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

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

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