#292570

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

Shades of Midnight Blue #292570

Tints of Midnight Blue #292570

Color information

#292570 (or 0x292570) is unknown color: approx Midnight Blue. HEX triplet: 29, 25 and 70. RGB value is (41,37,112). Sum of RGB (Red+Green+Blue) = 41+37+112=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #292570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292570 is #D6DA8F. Grayscale: #2E2E2E. Windows color (decimal): -14080656 or 7349545. OLE color: 7349545.

HSL color Cylindrical-coordinate representation of color #292570: hue angle of 243.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #292570 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4137112-
CMYK0.630.6700.56
HSL243.2º50.34%29.22%-
HSV(B)243.2º66.96%43.92%-
XYZ4.52.9615.66-
YUV46.75164.83123.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=21.58%
G=19.47%
B=58.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41371120.630.6700.56243.250.3429.22
Hex2925703F43038f3321d
Octal5145160771030703636235
Binary1010011001011110000111111100001101110001111001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292570; }

 p { color: rgb(41,37,112); }

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

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

 a { background-color: rgb(41,37,112); }

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

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

 span { border-color: rgb(41,37,112); }

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