Html Css Color HEX #213347 Midnight

📋 copy color: '#213347'

red 33 ◦ green 51 ◦ blue 71

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

Shades of Midnight #213347

Tints of Midnight #213347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.9%

 BLUE value IS 71 (28.13% from 255) = 45.81%

R = 21.29%
G = 32.9%
B = 45.81%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213347 (or 0x213347) is known color: Midnight. HEX triplet: 21, 33 and 47. RGB value is (33,51,71). Sum of RGB (Red+Green+Blue) = 33+51+71=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #213347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213347 is #DECCB8. Grayscale: #2F2F2F. Windows color (decimal): -14601401 or 4666145. OLE color: 4666145.

HSL color Cylindrical-coordinate representation of color #213347: hue angle of 211.58º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213347 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 51 71 -
CMYK 0.54 0.28 0 0.72
HSL 211.58º 0.37% 0.2% -
HSV(B) 211.58º 0.54% 0.28% -
XYZ 2.95 3.15 6.41 -
YUV 47.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 33 51 71 0.54 0.28 0 0.72 211.58 0.37 0.2
Hex 21 33 47 36 1C 0 48 D4 25 14
Octal 41 63 107 66 34 0 110 324 45 24
Binary 100001 110011 1000111 110110 11100 0 1001000 11010100 100101 10100

Color Harmonies of #213347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213347

Black with #213347

Text Example


Text Example

White with #213347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213347; }

 p { color: rgb(33,51,71); }

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

background-color css

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

 a { background-color: rgb(33,51,71); }

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

border-color css

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

 span { border-color: rgb(33,51,71); }

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