Html Css Color HEX #212E40 Midnight

📋 copy color: '#212E40'

red 33 ◦ green 46 ◦ blue 64

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

Shades of Midnight #212E40

Tints of Midnight #212E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.17%

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

R = 23.08%
G = 32.17%
B = 44.76%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212E40 (or 0x212E40) is known color: Midnight. HEX triplet: 21, 2E and 40. RGB value is (33,46,64). Sum of RGB (Red+Green+Blue) = 33+46+64=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #212E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E40 is #DED1BF. Grayscale: #2C2C2C. Windows color (decimal): -14602688 or 4206113. OLE color: 4206113.

HSL color Cylindrical-coordinate representation of color #212E40: hue angle of 214.84º 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 #212E40 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 46 64 -
CMYK 0.48 0.28 0 0.75
HSL 214.84º 0.32% 0.19% -
HSV(B) 214.84º 0.48% 0.25% -
XYZ 2.53 2.65 5.23 -
YUV 44.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 33 46 64 0.48 0.28 0 0.75 214.84 0.32 0.19
Hex 21 2E 40 30 1C 0 4B D7 20 13
Octal 41 56 100 60 34 0 113 327 40 23
Binary 100001 101110 1000000 110000 11100 0 1001011 11010111 100000 10011

Color Harmonies of #212E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E40

Black with #212E40

Text Example


Text Example

White with #212E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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