#212745

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

Shades of Midnight Express #212745

Tints of Midnight Express #212745

Color information

#212745 (or 0x212745) is unknown color: approx Midnight Express. HEX triplet: 21, 27 and 45. RGB value is (33,39,69). Sum of RGB (Red+Green+Blue) = 33+39+69=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #212745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212745 is #DED8BA. Grayscale: #282828. Windows color (decimal): -14604475 or 4532001. OLE color: 4532001.

HSL color Cylindrical-coordinate representation of color #212745: hue angle of 230º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #212745 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB333969-
CMYK0.520.4300.73
HSL230º35.29%20%-
HSV(B)230º52.17%27.06%-
XYZ2.432.25.93-
YUV40.63144.01122.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 69 (27.34% from 255) = 48.94%
R=23.40%
G=27.66%
B=48.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3339690.520.4300.7323035.2920
Hex212745342B049e62314
Octal4147105645301113464324
Binary1000011001111000101110100101011010010011110011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212745; }

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

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

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

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

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

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

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

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