#292684

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

Shades of Midnight Blue #292684

Tints of Midnight Blue #292684

Color information

#292684 (or 0x292684) is unknown color: approx Midnight Blue. HEX triplet: 29, 26 and 84. RGB value is (41,38,132). Sum of RGB (Red+Green+Blue) = 41+38+132=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #292684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292684 is #D6D97B. Grayscale: #313131. Windows color (decimal): -14080380 or 8660521. OLE color: 8660521.

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

Color convert

RGB4138132-
CMYK0.690.7100.48
HSL241.91º55.29%33.33%-
HSV(B)241.91º71.21%51.76%-
XYZ5.773.5222.21-
YUV49.61174.49121.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 132 (51.95% from 255) = 62.56%
R=19.43%
G=18.01%
B=62.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41381320.690.7100.48241.9155.2933.33
Hex2926844547030f23721
Octal51462041051070603626741
Binary1010011001101000010010001011000111011000011110010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292684; }

 p { color: rgb(41,38,132); }

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

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

 a { background-color: rgb(41,38,132); }

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

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

 span { border-color: rgb(41,38,132); }

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