Shades of Deep Koamaru #272C64
Tints of Deep Koamaru #272C64
RGB
CMYK
RGB Variations
Color information
#272C64 (or 0x272C64) is known color: Deep Koamaru. HEX triplet: 27, 2C and 64. RGB value is (39,44,100). Sum of RGB (Red+Green+Blue) = 39+44+100=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #272C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C64 is #D8D39B. Grayscale: #303030. Windows color (decimal): -14209948 or 6564903. OLE color: 6564903.
HSL color Cylindrical-coordinate representation of color #272C64: hue angle of 235.08º degrees, saturation: 0.44, 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 #272C64 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 44 | 100 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.61 |
| HSL | 235.08º | 0.44% | 0.27% | - |
| HSV(B) | 235.08º | 0.61% | 0.39% | - |
| XYZ | 4.04 | 3.15 | 12.45 | - |
| YUV | 48.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 100 | 0.61 | 0.56 | 0 | 0.61 | 235.08 | 0.44 | 0.27 |
| Hex | 27 | 2C | 64 | 3D | 38 | 0 | 3D | EB | 2C | 1B |
| Octal | 47 | 54 | 144 | 75 | 70 | 0 | 75 | 353 | 54 | 33 |
| Binary | 100111 | 101100 | 1100100 | 111101 | 111000 | 0 | 111101 | 11101011 | 101100 | 11011 |
Color Harmonies of #272C64
Complementary color
Monochromatic Colors of #272C64
Black with #272C64
Text Example
Text Example
White with #272C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C64; }
p { color: rgb(39,44,100); }
H1.HeaderClassName
{
color: #272C64;
}
.AnyTagClassName
{
color: #272C64;
}
</style>
background-color css
<style>
a { background-color: #272C64; }
a { background-color: rgb(39,44,100); }
div.DivClassName
{
background-color: #272C64;
}
.BgClassName
{
background-color: #272C64;
}
</style>
border-color css
<style>
span { border-color: #272C64; }
span { border-color: rgb(39,44,100); }
td.TdClassName
{
border-color: #272C64;
}
.TagClassName
{
border-color: #272C64;
}
</style>