#224B4D

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

Shades of Dark Slate Grey #224B4D

Tints of Dark Slate Grey #224B4D

Color information

#224B4D (or 0x224B4D) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4B and 4D. RGB value is (34,75,77). Sum of RGB (Red+Green+Blue) = 34+75+77=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #224B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B4D is #DDB4B2. Grayscale: #3E3E3E. Windows color (decimal): -14529715 or 5065506. OLE color: 5065506.

HSL color Cylindrical-coordinate representation of color #224B4D: hue angle of 182.79º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224B4D is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB347577-
CMYK0.560.0300.70
HSL182.79º38.74%21.76%-
HSV(B)182.79º55.84%30.2%-
XYZ4.525.917.92-
YUV62.97135.92107.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=18.28%
G=40.32%
B=41.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3475770.560.0300.70182.7938.7421.76
Hex224B4D383046b72716
Octal4211311570301062674726
Binary1000101001011100110111100011010001101011011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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