#212A3D

Color #212A3D Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #212A3D

Tints of Midnight Express #212A3D

Color information

#212A3D (or 0x212A3D) is unknown color: approx Midnight Express. HEX triplet: 21, 2A and 3D. RGB value is (33,42,61). Sum of RGB (Red+Green+Blue) = 33+42+61=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #212A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A3D is #DED5C2. Grayscale: #292929. Windows color (decimal): -14603715 or 4008481. OLE color: 4008481.

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

Color convert

RGB334261-
CMYK0.460.3100.76
HSL220.71º29.79%18.43%-
HSV(B)220.71º45.9%23.92%-
XYZ2.32.324.74-
YUV41.48139.02121.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 42 (16.80% from 255) = 30.88%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=24.26%
G=30.88%
B=44.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3342610.460.3100.76220.7129.7918.43
Hex212A3D2E1F04Cdd1e12
Octal415275563701143353622
Binary1000011010101111011011101111101001100110111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #212A3D;
 }
 .AnyTagClassName
 {
   color: #212A3D;
 }
</style>
background-color css

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

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

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

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

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

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