Shades of Deep Koamaru #2F2D60
Tints of Deep Koamaru #2F2D60
RGB
CMYK
RGB Variations
Color information
#2F2D60 (or 0x2F2D60) is known color: Deep Koamaru. HEX triplet: 2F, 2D and 60. RGB value is (47,45,96). Sum of RGB (Red+Green+Blue) = 47+45+96=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F2D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2D60 is #D0D29F. Grayscale: #333333. Windows color (decimal): -13685408 or 6303023. OLE color: 6303023.
HSL color Cylindrical-coordinate representation of color #2F2D60: hue angle of 242.35º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F2D60 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 45 | 96 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.62 |
| HSL | 242.35º | 0.36% | 0.28% | - |
| HSV(B) | 242.35º | 0.53% | 0.38% | - |
| XYZ | 4.22 | 3.33 | 11.49 | - |
| YUV | 51.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 96 | 0.51 | 0.53 | 0 | 0.62 | 242.35 | 0.36 | 0.28 |
| Hex | 2F | 2D | 60 | 33 | 35 | 0 | 3E | F2 | 24 | 1C |
| Octal | 57 | 55 | 140 | 63 | 65 | 0 | 76 | 362 | 44 | 34 |
| Binary | 101111 | 101101 | 1100000 | 110011 | 110101 | 0 | 111110 | 11110010 | 100100 | 11100 |
Color Harmonies of #2F2D60
Complementary color
Monochromatic Colors of #2F2D60
Black with #2F2D60
Text Example
Text Example
White with #2F2D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D60; }
p { color: rgb(47,45,96); }
H1.HeaderClassName
{
color: #2F2D60;
}
.AnyTagClassName
{
color: #2F2D60;
}
</style>
background-color css
<style>
a { background-color: #2F2D60; }
a { background-color: rgb(47,45,96); }
div.DivClassName
{
background-color: #2F2D60;
}
.BgClassName
{
background-color: #2F2D60;
}
</style>
border-color css
<style>
span { border-color: #2F2D60; }
span { border-color: rgb(47,45,96); }
td.TdClassName
{
border-color: #2F2D60;
}
.TagClassName
{
border-color: #2F2D60;
}
</style>