Shades of Deep Koamaru #272F70
Tints of Deep Koamaru #272F70
RGB
CMYK
RGB Variations
Color information
#272F70 (or 0x272F70) is known color: Deep Koamaru. HEX triplet: 27, 2F and 70. RGB value is (39,47,112). Sum of RGB (Red+Green+Blue) = 39+47+112=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #272F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F70 is #D8D08F. Grayscale: #333333. Windows color (decimal): -14209168 or 7352103. OLE color: 7352103.
HSL color Cylindrical-coordinate representation of color #272F70: hue angle of 233.42º 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 #272F70 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 47 | 112 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.56 |
| HSL | 233.42º | 0.48% | 0.3% | - |
| HSV(B) | 233.42º | 0.65% | 0.44% | - |
| XYZ | 4.78 | 3.63 | 15.78 | - |
| YUV | 52.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 112 | 0.65 | 0.58 | 0 | 0.56 | 233.42 | 0.48 | 0.3 |
| Hex | 27 | 2F | 70 | 41 | 3A | 0 | 38 | E9 | 30 | 1E |
| Octal | 47 | 57 | 160 | 101 | 72 | 0 | 70 | 351 | 60 | 36 |
| Binary | 100111 | 101111 | 1110000 | 1000001 | 111010 | 0 | 111000 | 11101001 | 110000 | 11110 |
Color Harmonies of #272F70
Complementary color
Monochromatic Colors of #272F70
Black with #272F70
Text Example
Text Example
White with #272F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F70; }
p { color: rgb(39,47,112); }
H1.HeaderClassName
{
color: #272F70;
}
.AnyTagClassName
{
color: #272F70;
}
</style>
background-color css
<style>
a { background-color: #272F70; }
a { background-color: rgb(39,47,112); }
div.DivClassName
{
background-color: #272F70;
}
.BgClassName
{
background-color: #272F70;
}
</style>
border-color css
<style>
span { border-color: #272F70; }
span { border-color: rgb(39,47,112); }
td.TdClassName
{
border-color: #272F70;
}
.TagClassName
{
border-color: #272F70;
}
</style>