Shades of Deep Koamaru #2F297F
Tints of Deep Koamaru #2F297F
RGB
CMYK
RGB Variations
Color information
#2F297F (or 0x2F297F) is known color: Deep Koamaru. HEX triplet: 2F, 29 and 7F. RGB value is (47,41,127). Sum of RGB (Red+Green+Blue) = 47+41+127=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F297F is #D0D680. Grayscale: #343434. Windows color (decimal): -13686401 or 8333615. OLE color: 8333615.
HSL color Cylindrical-coordinate representation of color #2F297F: hue angle of 244.19º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F297F is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 41 | 127 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.50 |
| HSL | 244.19º | 0.51% | 0.33% | - |
| HSV(B) | 244.19º | 0.68% | 0.5% | - |
| XYZ | 5.8 | 3.72 | 20.49 | - |
| YUV | 52.6 | 169.99 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 127 | 0.63 | 0.68 | 0 | 0.50 | 244.19 | 0.51 | 0.33 |
| Hex | 2F | 29 | 7F | 3F | 44 | 0 | 32 | F4 | 33 | 21 |
| Octal | 57 | 51 | 177 | 77 | 104 | 0 | 62 | 364 | 63 | 41 |
| Binary | 101111 | 101001 | 1111111 | 111111 | 1000100 | 0 | 110010 | 11110100 | 110011 | 100001 |
Color Harmonies of #2F297F
Complementary color
Monochromatic Colors of #2F297F
Black with #2F297F
Text Example
Text Example
White with #2F297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F297F; }
p { color: rgb(47,41,127); }
H1.HeaderClassName
{
color: #2F297F;
}
.AnyTagClassName
{
color: #2F297F;
}
</style>
background-color css
<style>
a { background-color: #2F297F; }
a { background-color: rgb(47,41,127); }
div.DivClassName
{
background-color: #2F297F;
}
.BgClassName
{
background-color: #2F297F;
}
</style>
border-color css
<style>
span { border-color: #2F297F; }
span { border-color: rgb(47,41,127); }
td.TdClassName
{
border-color: #2F297F;
}
.TagClassName
{
border-color: #2F297F;
}
</style>