#202235

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

Shades of Midnight Express #202235

Tints of Midnight Express #202235

Color information

#202235 (or 0x202235) is unknown color: approx Midnight Express. HEX triplet: 20, 22 and 35. RGB value is (32,34,53). Sum of RGB (Red+Green+Blue) = 32+34+53=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #202235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202235 is #DFDDCA. Grayscale: #232323. Windows color (decimal): -14671307 or 3482144. OLE color: 3482144.

HSL color Cylindrical-coordinate representation of color #202235: hue angle of 234.29º 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 #202235 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB323453-
CMYK0.400.3600.79
HSL234.29º24.71%16.67%-
HSV(B)234.29º39.62%20.78%-
XYZ1.811.713.6-
YUV35.57137.84125.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.89%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=26.89%
G=28.57%
B=44.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3234530.400.3600.79234.2924.7116.67
Hex202235282404Fea1911
Octal404265504401173523121
Binary10000010001011010110100010010001001111111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202235; }

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

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

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

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

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

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

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

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