Html Css Color HEX #212E41 Midnight

📋 copy color: '#212E41'

red 33 ◦ green 46 ◦ blue 65

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

Shades of Midnight #212E41

Tints of Midnight #212E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 45.14%

R = 22.92%
G = 31.94%
B = 45.14%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212E41 (or 0x212E41) is known color: Midnight. HEX triplet: 21, 2E and 41. RGB value is (33,46,65). Sum of RGB (Red+Green+Blue) = 33+46+65=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #212E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E41 is #DED1BE. Grayscale: #2C2C2C. Windows color (decimal): -14602687 or 4271649. OLE color: 4271649.

HSL color Cylindrical-coordinate representation of color #212E41: hue angle of 215.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #212E41 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 46 65 -
CMYK 0.49 0.29 0 0.75
HSL 215.63º 0.33% 0.19% -
HSV(B) 215.63º 0.49% 0.25% -
XYZ 2.56 2.66 5.38 -
YUV 44.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 33 46 65 0.49 0.29 0 0.75 215.63 0.33 0.19
Hex 21 2E 41 31 1D 0 4B D8 21 13
Octal 41 56 101 61 35 0 113 330 41 23
Binary 100001 101110 1000001 110001 11101 0 1001011 11011000 100001 10011

Color Harmonies of #212E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E41

Black with #212E41

Text Example


Text Example

White with #212E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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