Shades of Deep Koamaru #2F2D6C
Tints of Deep Koamaru #2F2D6C
RGB
CMYK
RGB Variations
Color information
#2F2D6C (or 0x2F2D6C) is known color: Deep Koamaru. HEX triplet: 2F, 2D and 6C. RGB value is (47,45,108). Sum of RGB (Red+Green+Blue) = 47+45+108=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F2D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2D6C is #D0D293. Grayscale: #343434. Windows color (decimal): -13685396 or 7089455. OLE color: 7089455.
HSL color Cylindrical-coordinate representation of color #2F2D6C: hue angle of 241.9º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F2D6C is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 45 | 108 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.58 |
| HSL | 241.9º | 0.41% | 0.3% | - |
| HSV(B) | 241.9º | 0.58% | 0.42% | - |
| XYZ | 4.82 | 3.56 | 14.62 | - |
| YUV | 52.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 108 | 0.56 | 0.58 | 0 | 0.58 | 241.9 | 0.41 | 0.3 |
| Hex | 2F | 2D | 6C | 38 | 3A | 0 | 3A | F2 | 29 | 1E |
| Octal | 57 | 55 | 154 | 70 | 72 | 0 | 72 | 362 | 51 | 36 |
| Binary | 101111 | 101101 | 1101100 | 111000 | 111010 | 0 | 111010 | 11110010 | 101001 | 11110 |
Color Harmonies of #2F2D6C
Complementary color
Monochromatic Colors of #2F2D6C
Black with #2F2D6C
Text Example
Text Example
White with #2F2D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D6C; }
p { color: rgb(47,45,108); }
H1.HeaderClassName
{
color: #2F2D6C;
}
.AnyTagClassName
{
color: #2F2D6C;
}
</style>
background-color css
<style>
a { background-color: #2F2D6C; }
a { background-color: rgb(47,45,108); }
div.DivClassName
{
background-color: #2F2D6C;
}
.BgClassName
{
background-color: #2F2D6C;
}
</style>
border-color css
<style>
span { border-color: #2F2D6C; }
span { border-color: rgb(47,45,108); }
td.TdClassName
{
border-color: #2F2D6C;
}
.TagClassName
{
border-color: #2F2D6C;
}
</style>