Shades of Deep Koamaru #272A63
Tints of Deep Koamaru #272A63
RGB
CMYK
RGB Variations
Color information
#272A63 (or 0x272A63) is known color: Deep Koamaru. HEX triplet: 27, 2A and 63. RGB value is (39,42,99). Sum of RGB (Red+Green+Blue) = 39+42+99=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #272A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A63 is #D8D59C. Grayscale: #2F2F2F. Windows color (decimal): -14210461 or 6498855. OLE color: 6498855.
HSL color Cylindrical-coordinate representation of color #272A63: hue angle of 237º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #272A63 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 42 | 99 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.61 |
| HSL | 237º | 0.43% | 0.27% | - |
| HSV(B) | 237º | 0.61% | 0.39% | - |
| XYZ | 3.92 | 2.99 | 12.17 | - |
| YUV | 47.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 99 | 0.61 | 0.58 | 0 | 0.61 | 237 | 0.43 | 0.27 |
| Hex | 27 | 2A | 63 | 3D | 3A | 0 | 3D | ED | 2B | 1B |
| Octal | 47 | 52 | 143 | 75 | 72 | 0 | 75 | 355 | 53 | 33 |
| Binary | 100111 | 101010 | 1100011 | 111101 | 111010 | 0 | 111101 | 11101101 | 101011 | 11011 |
Color Harmonies of #272A63
Complementary color
Monochromatic Colors of #272A63
Black with #272A63
Text Example
Text Example
White with #272A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A63; }
p { color: rgb(39,42,99); }
H1.HeaderClassName
{
color: #272A63;
}
.AnyTagClassName
{
color: #272A63;
}
</style>
background-color css
<style>
a { background-color: #272A63; }
a { background-color: rgb(39,42,99); }
div.DivClassName
{
background-color: #272A63;
}
.BgClassName
{
background-color: #272A63;
}
</style>
border-color css
<style>
span { border-color: #272A63; }
span { border-color: rgb(39,42,99); }
td.TdClassName
{
border-color: #272A63;
}
.TagClassName
{
border-color: #272A63;
}
</style>