Shades of Deep Koamaru #2F2F65
Tints of Deep Koamaru #2F2F65
RGB
CMYK
RGB Variations
Color information
#2F2F65 (or 0x2F2F65) is known color: Deep Koamaru. HEX triplet: 2F, 2F and 65. RGB value is (47,47,101). Sum of RGB (Red+Green+Blue) = 47+47+101=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F2F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2F65 is #D0D09A. Grayscale: #343434. Windows color (decimal): -13684891 or 6631215. OLE color: 6631215.
HSL color Cylindrical-coordinate representation of color #2F2F65: hue angle of 240º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F2F65 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 47 | 101 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.60 |
| HSL | 240º | 0.36% | 0.29% | - |
| HSV(B) | 240º | 0.53% | 0.4% | - |
| XYZ | 4.54 | 3.58 | 12.76 | - |
| YUV | 53.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 47 | 101 | 0.53 | 0.53 | 0 | 0.60 | 240 | 0.36 | 0.29 |
| Hex | 2F | 2F | 65 | 35 | 35 | 0 | 3C | F0 | 24 | 1D |
| Octal | 57 | 57 | 145 | 65 | 65 | 0 | 74 | 360 | 44 | 35 |
| Binary | 101111 | 101111 | 1100101 | 110101 | 110101 | 0 | 111100 | 11110000 | 100100 | 11101 |
Color Harmonies of #2F2F65
Complementary color
Monochromatic Colors of #2F2F65
Black with #2F2F65
Text Example
Text Example
White with #2F2F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2F65; }
p { color: rgb(47,47,101); }
H1.HeaderClassName
{
color: #2F2F65;
}
.AnyTagClassName
{
color: #2F2F65;
}
</style>
background-color css
<style>
a { background-color: #2F2F65; }
a { background-color: rgb(47,47,101); }
div.DivClassName
{
background-color: #2F2F65;
}
.BgClassName
{
background-color: #2F2F65;
}
</style>
border-color css
<style>
span { border-color: #2F2F65; }
span { border-color: rgb(47,47,101); }
td.TdClassName
{
border-color: #2F2F65;
}
.TagClassName
{
border-color: #2F2F65;
}
</style>