Html Css Color HEX #212742 Midnight Express

📋 copy color: '#212742'

red 33 ◦ green 39 ◦ blue 66

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

Shades of Midnight Express #212742

Tints of Midnight Express #212742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.26%

 BLUE value IS 66 (26.17% from 255) = 47.83%

R = 23.91%
G = 28.26%
B = 47.83%

CMYK

 C value IS 0.5

 M value IS 0.41

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#212742 (or 0x212742) is known color: Midnight Express. HEX triplet: 21, 27 and 42. RGB value is (33,39,66). Sum of RGB (Red+Green+Blue) = 33+39+66=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #212742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212742 is #DED8BD. Grayscale: #282828. Windows color (decimal): -14604478 or 4335393. OLE color: 4335393.

HSL color Cylindrical-coordinate representation of color #212742: hue angle of 229.09º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212742 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 39 66 -
CMYK 0.5 0.41 0 0.74
HSL 229.09º 0.33% 0.19% -
HSV(B) 229.09º 0.5% 0.26% -
XYZ 2.34 2.17 5.45 -
YUV 40.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 33 39 66 0.5 0.41 0 0.74 229.09 0.33 0.19
Hex 21 27 42 32 29 0 4A E5 21 13
Octal 41 47 102 62 51 0 112 345 41 23
Binary 100001 100111 1000010 110010 101001 0 1001010 11100101 100001 10011

Color Harmonies of #212742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212742

Black with #212742

Text Example


Text Example

White with #212742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212742; }

 p { color: rgb(33,39,66); }

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

background-color css

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

 a { background-color: rgb(33,39,66); }

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

border-color css

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

 span { border-color: rgb(33,39,66); }

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