#202535

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

Shades of Midnight Express #202535

Tints of Midnight Express #202535

Color information

#202535 (or 0x202535) is unknown color: approx Midnight Express. HEX triplet: 20, 25 and 35. RGB value is (32,37,53). Sum of RGB (Red+Green+Blue) = 32+37+53=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 53 - color contains mainly: blue. Hex color #202535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202535 is #DFDACA. Grayscale: #252525. Windows color (decimal): -14670539 or 3482912. OLE color: 3482912.

HSL color Cylindrical-coordinate representation of color #202535: hue angle of 225.71º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #202535 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB323753-
CMYK0.400.3000.79
HSL225.71º24.71%16.67%-
HSV(B)225.71º39.62%20.78%-
XYZ1.91.893.63-
YUV37.33136.84124.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.23%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 53 (21.09% from 255) = 43.44%
R=26.23%
G=30.33%
B=43.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3237530.400.3000.79225.7124.7116.67
Hex202535281E04Fe21911
Octal404565503601173423121
Binary1000001001011101011010001111001001111111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202535; }

 p { color: rgb(32,37,53); }

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

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

 a { background-color: rgb(32,37,53); }

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

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

 span { border-color: rgb(32,37,53); }

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