Shades of Deep Koamaru #2F3173
Tints of Deep Koamaru #2F3173
RGB
CMYK
RGB Variations
Color information
#2F3173 (or 0x2F3173) is known color: Deep Koamaru. HEX triplet: 2F, 31 and 73. RGB value is (47,49,115). Sum of RGB (Red+Green+Blue) = 47+49+115=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F3173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3173 is #D0CE8C. Grayscale: #373737. Windows color (decimal): -13684365 or 7549231. OLE color: 7549231.
HSL color Cylindrical-coordinate representation of color #2F3173: hue angle of 238.24º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F3173 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 49 | 115 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.55 |
| HSL | 238.24º | 0.42% | 0.32% | - |
| HSV(B) | 238.24º | 0.59% | 0.45% | - |
| XYZ | 5.37 | 4.04 | 16.72 | - |
| YUV | 55.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 115 | 0.59 | 0.57 | 0 | 0.55 | 238.24 | 0.42 | 0.32 |
| Hex | 2F | 31 | 73 | 3B | 39 | 0 | 37 | EE | 2A | 20 |
| Octal | 57 | 61 | 163 | 73 | 71 | 0 | 67 | 356 | 52 | 40 |
| Binary | 101111 | 110001 | 1110011 | 111011 | 111001 | 0 | 110111 | 11101110 | 101010 | 100000 |
Color Harmonies of #2F3173
Complementary color
Monochromatic Colors of #2F3173
Black with #2F3173
Text Example
Text Example
White with #2F3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3173; }
p { color: rgb(47,49,115); }
H1.HeaderClassName
{
color: #2F3173;
}
.AnyTagClassName
{
color: #2F3173;
}
</style>
background-color css
<style>
a { background-color: #2F3173; }
a { background-color: rgb(47,49,115); }
div.DivClassName
{
background-color: #2F3173;
}
.BgClassName
{
background-color: #2F3173;
}
</style>
border-color css
<style>
span { border-color: #2F3173; }
span { border-color: rgb(47,49,115); }
td.TdClassName
{
border-color: #2F3173;
}
.TagClassName
{
border-color: #2F3173;
}
</style>