Shades of Deep Koamaru #272E65
Tints of Deep Koamaru #272E65
RGB
CMYK
RGB Variations
Color information
#272E65 (or 0x272E65) is known color: Deep Koamaru. HEX triplet: 27, 2E and 65. RGB value is (39,46,101). Sum of RGB (Red+Green+Blue) = 39+46+101=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #272E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E65 is #D8D19A. Grayscale: #313131. Windows color (decimal): -14209435 or 6630951. OLE color: 6630951.
HSL color Cylindrical-coordinate representation of color #272E65: hue angle of 233.23º 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 #272E65 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 46 | 101 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.60 |
| HSL | 233.23º | 0.44% | 0.27% | - |
| HSV(B) | 233.23º | 0.61% | 0.4% | - |
| XYZ | 4.16 | 3.32 | 12.73 | - |
| YUV | 50.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 101 | 0.61 | 0.54 | 0 | 0.60 | 233.23 | 0.44 | 0.27 |
| Hex | 27 | 2E | 65 | 3D | 36 | 0 | 3C | E9 | 2C | 1B |
| Octal | 47 | 56 | 145 | 75 | 66 | 0 | 74 | 351 | 54 | 33 |
| Binary | 100111 | 101110 | 1100101 | 111101 | 110110 | 0 | 111100 | 11101001 | 101100 | 11011 |
Color Harmonies of #272E65
Complementary color
Monochromatic Colors of #272E65
Black with #272E65
Text Example
Text Example
White with #272E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E65; }
p { color: rgb(39,46,101); }
H1.HeaderClassName
{
color: #272E65;
}
.AnyTagClassName
{
color: #272E65;
}
</style>
background-color css
<style>
a { background-color: #272E65; }
a { background-color: rgb(39,46,101); }
div.DivClassName
{
background-color: #272E65;
}
.BgClassName
{
background-color: #272E65;
}
</style>
border-color css
<style>
span { border-color: #272E65; }
span { border-color: rgb(39,46,101); }
td.TdClassName
{
border-color: #272E65;
}
.TagClassName
{
border-color: #272E65;
}
</style>