Shades of Deep Koamaru #2F305E
Tints of Deep Koamaru #2F305E
RGB
CMYK
RGB Variations
Color information
#2F305E (or 0x2F305E) is known color: Deep Koamaru. HEX triplet: 2F, 30 and 5E. RGB value is (47,48,94). Sum of RGB (Red+Green+Blue) = 47+48+94=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F305E is #D0CFA1. Grayscale: #343434. Windows color (decimal): -13684642 or 6172719. OLE color: 6172719.
HSL color Cylindrical-coordinate representation of color #2F305E: hue angle of 238.72º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F305E is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 48 | 94 | - |
| CMYK | 0.5 | 0.49 | 0 | 0.63 |
| HSL | 238.72º | 0.33% | 0.28% | - |
| HSV(B) | 238.72º | 0.5% | 0.37% | - |
| XYZ | 4.25 | 3.53 | 11.05 | - |
| YUV | 52.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 94 | 0.5 | 0.49 | 0 | 0.63 | 238.72 | 0.33 | 0.28 |
| Hex | 2F | 30 | 5E | 32 | 31 | 0 | 3F | EF | 21 | 1C |
| Octal | 57 | 60 | 136 | 62 | 61 | 0 | 77 | 357 | 41 | 34 |
| Binary | 101111 | 110000 | 1011110 | 110010 | 110001 | 0 | 111111 | 11101111 | 100001 | 11100 |
Color Harmonies of #2F305E
Complementary color
Monochromatic Colors of #2F305E
Black with #2F305E
Text Example
Text Example
White with #2F305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F305E; }
p { color: rgb(47,48,94); }
H1.HeaderClassName
{
color: #2F305E;
}
.AnyTagClassName
{
color: #2F305E;
}
</style>
background-color css
<style>
a { background-color: #2F305E; }
a { background-color: rgb(47,48,94); }
div.DivClassName
{
background-color: #2F305E;
}
.BgClassName
{
background-color: #2F305E;
}
</style>
border-color css
<style>
span { border-color: #2F305E; }
span { border-color: rgb(47,48,94); }
td.TdClassName
{
border-color: #2F305E;
}
.TagClassName
{
border-color: #2F305E;
}
</style>