Shades of Midnight Blue #272284
Tints of Midnight Blue #272284
RGB
CMYK
RGB Variations
Color information
#272284 (or 0x272284) is known color: Midnight Blue. HEX triplet: 27, 22 and 84. RGB value is (39,34,132). Sum of RGB (Red+Green+Blue) = 39+34+132=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #272284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272284 is #D8DD7B. Grayscale: #2E2E2E. Windows color (decimal): -14212476 or 8659495. OLE color: 8659495.
HSL color Cylindrical-coordinate representation of color #272284: hue angle of 243.06º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #272284 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 34 | 132 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.48 |
| HSL | 243.06º | 0.59% | 0.33% | - |
| HSV(B) | 243.06º | 0.74% | 0.52% | - |
| XYZ | 5.57 | 3.24 | 22.16 | - |
| YUV | 46.67 | 176.16 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 132 | 0.70 | 0.74 | 0 | 0.48 | 243.06 | 0.59 | 0.33 |
| Hex | 27 | 22 | 84 | 46 | 4A | 0 | 30 | F3 | 3B | 21 |
| Octal | 47 | 42 | 204 | 106 | 112 | 0 | 60 | 363 | 73 | 41 |
| Binary | 100111 | 100010 | 10000100 | 1000110 | 1001010 | 0 | 110000 | 11110011 | 111011 | 100001 |
Color Harmonies of #272284
Complementary color
Monochromatic Colors of #272284
Black with #272284
Text Example
Text Example
White with #272284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272284; }
p { color: rgb(39,34,132); }
H1.HeaderClassName
{
color: #272284;
}
.AnyTagClassName
{
color: #272284;
}
</style>
background-color css
<style>
a { background-color: #272284; }
a { background-color: rgb(39,34,132); }
div.DivClassName
{
background-color: #272284;
}
.BgClassName
{
background-color: #272284;
}
</style>
border-color css
<style>
span { border-color: #272284; }
span { border-color: rgb(39,34,132); }
td.TdClassName
{
border-color: #272284;
}
.TagClassName
{
border-color: #272284;
}
</style>