Shades of Deep Koamaru #2F2C65
Tints of Deep Koamaru #2F2C65
RGB
CMYK
RGB Variations
Color information
#2F2C65 (or 0x2F2C65) is known color: Deep Koamaru. HEX triplet: 2F, 2C and 65. RGB value is (47,44,101). Sum of RGB (Red+Green+Blue) = 47+44+101=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F2C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2C65 is #D0D39A. Grayscale: #333333. Windows color (decimal): -13685659 or 6630447. OLE color: 6630447.
HSL color Cylindrical-coordinate representation of color #2F2C65: hue angle of 243.16º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F2C65 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 44 | 101 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.60 |
| HSL | 243.16º | 0.39% | 0.28% | - |
| HSV(B) | 243.16º | 0.56% | 0.4% | - |
| XYZ | 4.42 | 3.35 | 12.72 | - |
| YUV | 51.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 44 | 101 | 0.53 | 0.56 | 0 | 0.60 | 243.16 | 0.39 | 0.28 |
| Hex | 2F | 2C | 65 | 35 | 38 | 0 | 3C | F3 | 27 | 1C |
| Octal | 57 | 54 | 145 | 65 | 70 | 0 | 74 | 363 | 47 | 34 |
| Binary | 101111 | 101100 | 1100101 | 110101 | 111000 | 0 | 111100 | 11110011 | 100111 | 11100 |
Color Harmonies of #2F2C65
Complementary color
Monochromatic Colors of #2F2C65
Black with #2F2C65
Text Example
Text Example
White with #2F2C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2C65; }
p { color: rgb(47,44,101); }
H1.HeaderClassName
{
color: #2F2C65;
}
.AnyTagClassName
{
color: #2F2C65;
}
</style>
background-color css
<style>
a { background-color: #2F2C65; }
a { background-color: rgb(47,44,101); }
div.DivClassName
{
background-color: #2F2C65;
}
.BgClassName
{
background-color: #2F2C65;
}
</style>
border-color css
<style>
span { border-color: #2F2C65; }
span { border-color: rgb(47,44,101); }
td.TdClassName
{
border-color: #2F2C65;
}
.TagClassName
{
border-color: #2F2C65;
}
</style>