Html Css Color HEX #212A3C Midnight Express

📋 copy color: '#212A3C'

red 33 ◦ green 42 ◦ blue 60

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

Shades of Midnight Express #212A3C

Tints of Midnight Express #212A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.11%

 BLUE value IS 60 (23.83% from 255) = 44.44%

R = 24.44%
G = 31.11%
B = 44.44%

CMYK

 C value IS 0.45

 M value IS 0.3

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#212A3C (or 0x212A3C) is known color: Midnight Express. HEX triplet: 21, 2A and 3C. RGB value is (33,42,60). Sum of RGB (Red+Green+Blue) = 33+42+60=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #212A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A3C is #DED5C3. Grayscale: #292929. Windows color (decimal): -14603716 or 3942945. OLE color: 3942945.

HSL color Cylindrical-coordinate representation of color #212A3C: hue angle of 220º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #212A3C is Cyan = 0.45, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 42 60 -
CMYK 0.45 0.3 0 0.76
HSL 220º 0.29% 0.18% -
HSV(B) 220º 0.45% 0.24% -
XYZ 2.27 2.31 4.6 -
YUV 41.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 33 42 60 0.45 0.3 0 0.76 220 0.29 0.18
Hex 21 2A 3C 2D 1E 0 4C DC 1D 12
Octal 41 52 74 55 36 0 114 334 35 22
Binary 100001 101010 111100 101101 11110 0 1001100 11011100 11101 10010

Color Harmonies of #212A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212A3C

Black with #212A3C

Text Example


Text Example

White with #212A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,42,60); }

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

background-color css

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

 a { background-color: rgb(33,42,60); }

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

border-color css

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

 span { border-color: rgb(33,42,60); }

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