#292485

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

Shades of Midnight Blue #292485

Tints of Midnight Blue #292485

Color information

#292485 (or 0x292485) is unknown color: approx Midnight Blue. HEX triplet: 29, 24 and 85. RGB value is (41,36,133). Sum of RGB (Red+Green+Blue) = 41+36+133=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #292485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292485 is #D6DB7A. Grayscale: #303030. Windows color (decimal): -14080891 or 8725545. OLE color: 8725545.

HSL color Cylindrical-coordinate representation of color #292485: hue angle of 243.09º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292485 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4136133-
CMYK0.690.7300.48
HSL243.09º57.4%33.14%-
HSV(B)243.09º72.93%52.16%-
XYZ5.783.4322.55-
YUV48.55175.66122.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=19.52%
G=17.14%
B=63.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41361330.690.7300.48243.0957.433.14
Hex2924854549030f33921
Octal51442051051110603637141
Binary1010011001001000010110001011001001011000011110011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292485; }

 p { color: rgb(41,36,133); }

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

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

 a { background-color: rgb(41,36,133); }

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

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

 span { border-color: rgb(41,36,133); }

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