Html Css Color HEX #224A4C Dark Slate Grey

📋 copy color: '#224A4C'

red 34 ◦ green 74 ◦ blue 76

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

Shades of Dark Slate Grey #224A4C

Tints of Dark Slate Grey #224A4C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.22%

 BLUE value IS 76 (30.08% from 255) = 41.3%

R = 18.48%
G = 40.22%
B = 41.3%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#224A4C (or 0x224A4C) is known color: Dark Slate Grey. HEX triplet: 22, 4A and 4C. RGB value is (34,74,76). Sum of RGB (Red+Green+Blue) = 34+74+76=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #224A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224A4C is #DDB5B3. Grayscale: #3E3E3E. Windows color (decimal): -14529972 or 4999714. OLE color: 4999714.

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

Color convert

RGB 34 74 76 -
CMYK 0.55 0.03 0 0.70
HSL 182.86º 0.38% 0.22% -
HSV(B) 182.86º 0.55% 0.3% -
XYZ 4.41 5.76 7.72 -
YUV 62.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 34 74 76 0.55 0.03 0 0.70 182.86 0.38 0.22
Hex 22 4A 4C 37 3 0 46 B7 26 16
Octal 42 112 114 67 3 0 106 267 46 26
Binary 100010 1001010 1001100 110111 11 0 1000110 10110111 100110 10110

Color Harmonies of #224A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A4C

Black with #224A4C

Text Example


Text Example

White with #224A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,74,76); }

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

background-color css

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

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

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

border-color css

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

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

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