Html Css Color HEX #212641 Midnight Express

📋 copy color: '#212641'

red 33 ◦ green 38 ◦ blue 65

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

Shades of Midnight Express #212641

Tints of Midnight Express #212641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.94%

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

R = 24.26%
G = 27.94%
B = 47.79%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212641 (or 0x212641) is known color: Midnight Express. HEX triplet: 21, 26 and 41. RGB value is (33,38,65). Sum of RGB (Red+Green+Blue) = 33+38+65=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #212641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212641 is #DED9BE. Grayscale: #272727. Windows color (decimal): -14604735 or 4269601. OLE color: 4269601.

HSL color Cylindrical-coordinate representation of color #212641: hue angle of 230.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 #212641 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 38 65 -
CMYK 0.49 0.42 0 0.75
HSL 230.63º 0.33% 0.19% -
HSV(B) 230.63º 0.49% 0.25% -
XYZ 2.27 2.09 5.28 -
YUV 39.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 33 38 65 0.49 0.42 0 0.75 230.63 0.33 0.19
Hex 21 26 41 31 2A 0 4B E7 21 13
Octal 41 46 101 61 52 0 113 347 41 23
Binary 100001 100110 1000001 110001 101010 0 1001011 11100111 100001 10011

Color Harmonies of #212641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212641

Black with #212641

Text Example


Text Example

White with #212641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212641; }

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

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

background-color css

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

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

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

border-color css

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

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

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