Shades of Deep Koamaru #272A66
Tints of Deep Koamaru #272A66
RGB
CMYK
RGB Variations
Color information
#272A66 (or 0x272A66) is known color: Deep Koamaru. HEX triplet: 27, 2A and 66. RGB value is (39,42,102). Sum of RGB (Red+Green+Blue) = 39+42+102=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #272A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A66 is #D8D599. Grayscale: #2F2F2F. Windows color (decimal): -14210458 or 6695463. OLE color: 6695463.
HSL color Cylindrical-coordinate representation of color #272A66: hue angle of 237.14º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #272A66 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 39 | 42 | 102 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.6 |
| HSL | 237.14º | 0.45% | 0.28% | - |
| HSV(B) | 237.14º | 0.62% | 0.4% | - |
| XYZ | 4.06 | 3.05 | 12.94 | - |
| YUV | 47.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 102 | 0.62 | 0.59 | 0 | 0.6 | 237.14 | 0.45 | 0.28 |
| Hex | 27 | 2A | 66 | 3E | 3B | 0 | 3C | ED | 2D | 1C |
| Octal | 47 | 52 | 146 | 76 | 73 | 0 | 74 | 355 | 55 | 34 |
| Binary | 100111 | 101010 | 1100110 | 111110 | 111011 | 0 | 111100 | 11101101 | 101101 | 11100 |
Color Harmonies of #272A66
Complementary color
Monochromatic Colors of #272A66
Black with #272A66
Text Example
Text Example
White with #272A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A66; }
p { color: rgb(39,42,102); }
H1.HeaderClassName
{
color: #272A66;
}
.AnyTagClassName
{
color: #272A66;
}
</style>
background-color css
<style>
a { background-color: #272A66; }
a { background-color: rgb(39,42,102); }
div.DivClassName
{
background-color: #272A66;
}
.BgClassName
{
background-color: #272A66;
}
</style>
border-color css
<style>
span { border-color: #272A66; }
span { border-color: rgb(39,42,102); }
td.TdClassName
{
border-color: #272A66;
}
.TagClassName
{
border-color: #272A66;
}
</style>