Html Css Color HEX #214A4D Dark Slate Grey

📋 copy color: '#214A4D'

red 33 ◦ green 74 ◦ blue 77

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

Shades of Dark Slate Grey #214A4D

Tints of Dark Slate Grey #214A4D

RGB

 RED value IS 33 (13.28% from 255) = 17.93%

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

 BLUE value IS 77 (30.47% from 255) = 41.85%

R = 17.93%
G = 40.22%
B = 41.85%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#214A4D (or 0x214A4D) is known color: Dark Slate Grey. HEX triplet: 21, 4A and 4D. RGB value is (33,74,77). Sum of RGB (Red+Green+Blue) = 33+74+77=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #214A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A4D is #DEB5B2. Grayscale: #3E3E3E. Windows color (decimal): -14595507 or 5065249. OLE color: 5065249.

HSL color Cylindrical-coordinate representation of color #214A4D: hue angle of 184.09º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214A4D is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 74 77 -
CMYK 0.57 0.04 0 0.70
HSL 184.09º 0.4% 0.22% -
HSV(B) 184.09º 0.57% 0.3% -
XYZ 4.42 5.76 7.9 -
YUV 62.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 33 74 77 0.57 0.04 0 0.70 184.09 0.4 0.22
Hex 21 4A 4D 39 4 0 46 B8 28 16
Octal 41 112 115 71 4 0 106 270 50 26
Binary 100001 1001010 1001101 111001 100 0 1000110 10111000 101000 10110

Color Harmonies of #214A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A4D

Black with #214A4D

Text Example


Text Example

White with #214A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214A4D; }

 p { color: rgb(33,74,77); }

 H1.HeaderClassName
 {
   color: #214A4D;
 }
 .AnyTagClassName
 {
   color: #214A4D;
 }
</style>

background-color css

<style>
 a { background-color: #214A4D; }

 a { background-color: rgb(33,74,77); }

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

border-color css

<style>
 span { border-color: #214A4D; }

 span { border-color: rgb(33,74,77); }

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