Shades of Deep Koamaru #2F2F76
Tints of Deep Koamaru #2F2F76
RGB
CMYK
RGB Variations
Color information
#2F2F76 (or 0x2F2F76) is known color: Deep Koamaru. HEX triplet: 2F, 2F and 76. RGB value is (47,47,118). Sum of RGB (Red+Green+Blue) = 47+47+118=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F2F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2F76 is #D0D089. Grayscale: #363636. Windows color (decimal): -13684874 or 7745327. OLE color: 7745327.
HSL color Cylindrical-coordinate representation of color #2F2F76: hue angle of 240º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F2F76 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 47 | 118 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.54 |
| HSL | 240º | 0.43% | 0.32% | - |
| HSV(B) | 240º | 0.6% | 0.46% | - |
| XYZ | 5.46 | 3.95 | 17.61 | - |
| YUV | 55.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 47 | 118 | 0.60 | 0.60 | 0 | 0.54 | 240 | 0.43 | 0.32 |
| Hex | 2F | 2F | 76 | 3C | 3C | 0 | 36 | F0 | 2B | 20 |
| Octal | 57 | 57 | 166 | 74 | 74 | 0 | 66 | 360 | 53 | 40 |
| Binary | 101111 | 101111 | 1110110 | 111100 | 111100 | 0 | 110110 | 11110000 | 101011 | 100000 |
Color Harmonies of #2F2F76
Complementary color
Monochromatic Colors of #2F2F76
Black with #2F2F76
Text Example
Text Example
White with #2F2F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2F76; }
p { color: rgb(47,47,118); }
H1.HeaderClassName
{
color: #2F2F76;
}
.AnyTagClassName
{
color: #2F2F76;
}
</style>
background-color css
<style>
a { background-color: #2F2F76; }
a { background-color: rgb(47,47,118); }
div.DivClassName
{
background-color: #2F2F76;
}
.BgClassName
{
background-color: #2F2F76;
}
</style>
border-color css
<style>
span { border-color: #2F2F76; }
span { border-color: rgb(47,47,118); }
td.TdClassName
{
border-color: #2F2F76;
}
.TagClassName
{
border-color: #2F2F76;
}
</style>