Html Css Color HEX #224B4D Dark Slate Grey

📋 copy color: '#224B4D'

red 34 ◦ green 75 ◦ blue 77

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

Shades of Dark Slate Grey #224B4D

Tints of Dark Slate Grey #224B4D

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.4%

R = 18.28%
G = 40.32%
B = 41.4%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#224B4D (or 0x224B4D) is known color: 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

RGB 34 75 77 -
CMYK 0.56 0.03 0 0.70
HSL 182.79º 0.39% 0.22% -
HSV(B) 182.79º 0.56% 0.3% -
XYZ 4.52 5.91 7.92 -
YUV 62.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 34 75 77 0.56 0.03 0 0.70 182.79 0.39 0.22
Hex 22 4B 4D 38 3 0 46 B7 27 16
Octal 42 113 115 70 3 0 106 267 47 26
Binary 100010 1001011 1001101 111000 11 0 1000110 10110111 100111 10110

Color Harmonies of #224B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B4D

Black with #224B4D

Text Example


Text Example

White with #224B4D

Text Example


Text Example

HTML Codes & Css Web 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>