Html Css Color HEX #224E50 Dark Slate Grey

📋 copy color: '#224E50'

red 34 ◦ green 78 ◦ blue 80

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

Shades of Dark Slate Grey #224E50

Tints of Dark Slate Grey #224E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.63%

 BLUE value IS 80 (31.64% from 255) = 41.67%

R = 17.71%
G = 40.63%
B = 41.67%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224E50 (or 0x224E50) is known color: Dark Slate Grey. HEX triplet: 22, 4E and 50. RGB value is (34,78,80). Sum of RGB (Red+Green+Blue) = 34+78+80=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #224E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E50 is #DDB1AF. Grayscale: #414141. Windows color (decimal): -14528944 or 5262882. OLE color: 5262882.

HSL color Cylindrical-coordinate representation of color #224E50: hue angle of 182.61º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224E50 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 78 80 -
CMYK 0.58 0.02 0 0.69
HSL 182.61º 0.4% 0.22% -
HSV(B) 182.61º 0.58% 0.31% -
XYZ 4.83 6.37 8.56 -
YUV 65.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 34 78 80 0.58 0.02 0 0.69 182.61 0.4 0.22
Hex 22 4E 50 3A 2 0 45 B7 28 16
Octal 42 116 120 72 2 0 105 267 50 26
Binary 100010 1001110 1010000 111010 10 0 1000101 10110111 101000 10110

Color Harmonies of #224E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224E50

Black with #224E50

Text Example


Text Example

White with #224E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,78,80); }

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

background-color css

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

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

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

border-color css

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

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

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