Shades of Deep Koamaru #2F2874
Tints of Deep Koamaru #2F2874
RGB
CMYK
RGB Variations
Color information
#2F2874 (or 0x2F2874) is known color: Deep Koamaru. HEX triplet: 2F, 28 and 74. RGB value is (47,40,116). Sum of RGB (Red+Green+Blue) = 47+40+116=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #2F2874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2874 is #D0D78B. Grayscale: #323232. Windows color (decimal): -13686668 or 7612463. OLE color: 7612463.
HSL color Cylindrical-coordinate representation of color #2F2874: hue angle of 245.53º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F2874 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 40 | 116 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.55 |
| HSL | 245.53º | 0.49% | 0.31% | - |
| HSV(B) | 245.53º | 0.66% | 0.45% | - |
| XYZ | 5.08 | 3.38 | 16.91 | - |
| YUV | 50.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 116 | 0.59 | 0.66 | 0 | 0.55 | 245.53 | 0.49 | 0.31 |
| Hex | 2F | 28 | 74 | 3B | 42 | 0 | 37 | F6 | 31 | 1F |
| Octal | 57 | 50 | 164 | 73 | 102 | 0 | 67 | 366 | 61 | 37 |
| Binary | 101111 | 101000 | 1110100 | 111011 | 1000010 | 0 | 110111 | 11110110 | 110001 | 11111 |
Color Harmonies of #2F2874
Complementary color
Monochromatic Colors of #2F2874
Black with #2F2874
Text Example
Text Example
White with #2F2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2874; }
p { color: rgb(47,40,116); }
H1.HeaderClassName
{
color: #2F2874;
}
.AnyTagClassName
{
color: #2F2874;
}
</style>
background-color css
<style>
a { background-color: #2F2874; }
a { background-color: rgb(47,40,116); }
div.DivClassName
{
background-color: #2F2874;
}
.BgClassName
{
background-color: #2F2874;
}
</style>
border-color css
<style>
span { border-color: #2F2874; }
span { border-color: rgb(47,40,116); }
td.TdClassName
{
border-color: #2F2874;
}
.TagClassName
{
border-color: #2F2874;
}
</style>