Shades of Deep Koamaru #272C70
Tints of Deep Koamaru #272C70
RGB
CMYK
RGB Variations
Color information
#272C70 (or 0x272C70) is known color: Deep Koamaru. HEX triplet: 27, 2C and 70. RGB value is (39,44,112). Sum of RGB (Red+Green+Blue) = 39+44+112=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #272C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C70 is #D8D38F. Grayscale: #313131. Windows color (decimal): -14209936 or 7351335. OLE color: 7351335.
HSL color Cylindrical-coordinate representation of color #272C70: hue angle of 235.89º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #272C70 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 44 | 112 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.56 |
| HSL | 235.89º | 0.48% | 0.3% | - |
| HSV(B) | 235.89º | 0.65% | 0.44% | - |
| XYZ | 4.66 | 3.4 | 15.74 | - |
| YUV | 50.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 112 | 0.65 | 0.61 | 0 | 0.56 | 235.89 | 0.48 | 0.3 |
| Hex | 27 | 2C | 70 | 41 | 3D | 0 | 38 | EC | 30 | 1E |
| Octal | 47 | 54 | 160 | 101 | 75 | 0 | 70 | 354 | 60 | 36 |
| Binary | 100111 | 101100 | 1110000 | 1000001 | 111101 | 0 | 111000 | 11101100 | 110000 | 11110 |
Color Harmonies of #272C70
Complementary color
Monochromatic Colors of #272C70
Black with #272C70
Text Example
Text Example
White with #272C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C70; }
p { color: rgb(39,44,112); }
H1.HeaderClassName
{
color: #272C70;
}
.AnyTagClassName
{
color: #272C70;
}
</style>
background-color css
<style>
a { background-color: #272C70; }
a { background-color: rgb(39,44,112); }
div.DivClassName
{
background-color: #272C70;
}
.BgClassName
{
background-color: #272C70;
}
</style>
border-color css
<style>
span { border-color: #272C70; }
span { border-color: rgb(39,44,112); }
td.TdClassName
{
border-color: #272C70;
}
.TagClassName
{
border-color: #272C70;
}
</style>