#202574

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

Shades of Midnight Blue #202574

Tints of Midnight Blue #202574

Color information

#202574 (or 0x202574) is unknown color: approx Midnight Blue. HEX triplet: 20, 25 and 74. RGB value is (32,37,116). Sum of RGB (Red+Green+Blue) = 32+37+116=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #202574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202574 is #DFDA8B. Grayscale: #2C2C2C. Windows color (decimal): -14670476 or 7611680. OLE color: 7611680.

HSL color Cylindrical-coordinate representation of color #202574: hue angle of 236.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202574 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3237116-
CMYK0.720.6800.55
HSL236.43º56.76%29.02%-
HSV(B)236.43º72.41%45.49%-
XYZ4.412.8916.85-
YUV44.51168.34119.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.30%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=17.30%
G=20%
B=62.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32371160.720.6800.55236.4356.7629.02
Hex2025744844037ec391d
Octal40451641101040673547135
Binary10000010010111101001001000100010001101111110110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202574; }

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

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

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

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

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

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

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

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