Html Css Color HEX #213240 Midnight

📋 copy color: '#213240'

red 33 ◦ green 50 ◦ blue 64

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

Shades of Midnight #213240

Tints of Midnight #213240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.01%

 BLUE value IS 64 (25.39% from 255) = 43.54%

R = 22.45%
G = 34.01%
B = 43.54%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#213240 (or 0x213240) is known color: Midnight. HEX triplet: 21, 32 and 40. RGB value is (33,50,64). Sum of RGB (Red+Green+Blue) = 33+50+64=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #213240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213240 is #DECDBF. Grayscale: #2E2E2E. Windows color (decimal): -14601664 or 4207137. OLE color: 4207137.

HSL color Cylindrical-coordinate representation of color #213240: hue angle of 207.1º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213240 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 50 64 -
CMYK 0.48 0.22 0 0.75
HSL 207.1º 0.32% 0.19% -
HSV(B) 207.1º 0.48% 0.25% -
XYZ 2.69 2.97 5.28 -
YUV 46.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 33 50 64 0.48 0.22 0 0.75 207.1 0.32 0.19
Hex 21 32 40 30 16 0 4B CF 20 13
Octal 41 62 100 60 26 0 113 317 40 23
Binary 100001 110010 1000000 110000 10110 0 1001011 11001111 100000 10011

Color Harmonies of #213240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213240

Black with #213240

Text Example


Text Example

White with #213240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213240; }

 p { color: rgb(33,50,64); }

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

background-color css

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

 a { background-color: rgb(33,50,64); }

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

border-color css

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

 span { border-color: rgb(33,50,64); }

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