Shades of Deep Koamaru #2F2E65
Tints of Deep Koamaru #2F2E65
RGB
CMYK
RGB Variations
Color information
#2F2E65 (or 0x2F2E65) is known color: Deep Koamaru. HEX triplet: 2F, 2E and 65. RGB value is (47,46,101). Sum of RGB (Red+Green+Blue) = 47+46+101=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F2E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2E65 is #D0D19A. Grayscale: #343434. Windows color (decimal): -13685147 or 6630959. OLE color: 6630959.
HSL color Cylindrical-coordinate representation of color #2F2E65: hue angle of 241.09º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F2E65 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 46 | 101 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.60 |
| HSL | 241.09º | 0.37% | 0.29% | - |
| HSV(B) | 241.09º | 0.54% | 0.4% | - |
| XYZ | 4.5 | 3.5 | 12.75 | - |
| YUV | 52.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 101 | 0.53 | 0.54 | 0 | 0.60 | 241.09 | 0.37 | 0.29 |
| Hex | 2F | 2E | 65 | 35 | 36 | 0 | 3C | F1 | 25 | 1D |
| Octal | 57 | 56 | 145 | 65 | 66 | 0 | 74 | 361 | 45 | 35 |
| Binary | 101111 | 101110 | 1100101 | 110101 | 110110 | 0 | 111100 | 11110001 | 100101 | 11101 |
Color Harmonies of #2F2E65
Complementary color
Monochromatic Colors of #2F2E65
Black with #2F2E65
Text Example
Text Example
White with #2F2E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2E65; }
p { color: rgb(47,46,101); }
H1.HeaderClassName
{
color: #2F2E65;
}
.AnyTagClassName
{
color: #2F2E65;
}
</style>
background-color css
<style>
a { background-color: #2F2E65; }
a { background-color: rgb(47,46,101); }
div.DivClassName
{
background-color: #2F2E65;
}
.BgClassName
{
background-color: #2F2E65;
}
</style>
border-color css
<style>
span { border-color: #2F2E65; }
span { border-color: rgb(47,46,101); }
td.TdClassName
{
border-color: #2F2E65;
}
.TagClassName
{
border-color: #2F2E65;
}
</style>