Shades of Deep Koamaru #272A65
Tints of Deep Koamaru #272A65
RGB
CMYK
RGB Variations
Color information
#272A65 (or 0x272A65) is known color: Deep Koamaru. HEX triplet: 27, 2A and 65. RGB value is (39,42,101). Sum of RGB (Red+Green+Blue) = 39+42+101=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #272A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A65 is #D8D59A. Grayscale: #2F2F2F. Windows color (decimal): -14210459 or 6629927. OLE color: 6629927.
HSL color Cylindrical-coordinate representation of color #272A65: hue angle of 237.1º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #272A65 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 42 | 101 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.60 |
| HSL | 237.1º | 0.44% | 0.27% | - |
| HSV(B) | 237.1º | 0.61% | 0.4% | - |
| XYZ | 4.01 | 3.03 | 12.68 | - |
| YUV | 47.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 101 | 0.61 | 0.58 | 0 | 0.60 | 237.1 | 0.44 | 0.27 |
| Hex | 27 | 2A | 65 | 3D | 3A | 0 | 3C | ED | 2C | 1B |
| Octal | 47 | 52 | 145 | 75 | 72 | 0 | 74 | 355 | 54 | 33 |
| Binary | 100111 | 101010 | 1100101 | 111101 | 111010 | 0 | 111100 | 11101101 | 101100 | 11011 |
Color Harmonies of #272A65
Complementary color
Monochromatic Colors of #272A65
Black with #272A65
Text Example
Text Example
White with #272A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A65; }
p { color: rgb(39,42,101); }
H1.HeaderClassName
{
color: #272A65;
}
.AnyTagClassName
{
color: #272A65;
}
</style>
background-color css
<style>
a { background-color: #272A65; }
a { background-color: rgb(39,42,101); }
div.DivClassName
{
background-color: #272A65;
}
.BgClassName
{
background-color: #272A65;
}
</style>
border-color css
<style>
span { border-color: #272A65; }
span { border-color: rgb(39,42,101); }
td.TdClassName
{
border-color: #272A65;
}
.TagClassName
{
border-color: #272A65;
}
</style>