Shades of Deep Koamaru #2F277B
Tints of Deep Koamaru #2F277B
RGB
CMYK
RGB Variations
Color information
#2F277B (or 0x2F277B) is known color: Deep Koamaru. HEX triplet: 2F, 27 and 7B. RGB value is (47,39,123). Sum of RGB (Red+Green+Blue) = 47+39+123=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F277B is #D0D884. Grayscale: #323232. Windows color (decimal): -13686917 or 8070959. OLE color: 8070959.
HSL color Cylindrical-coordinate representation of color #2F277B: hue angle of 245.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F277B is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 39 | 123 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.52 |
| HSL | 245.71º | 0.52% | 0.32% | - |
| HSV(B) | 245.71º | 0.68% | 0.48% | - |
| XYZ | 5.47 | 3.49 | 19.12 | - |
| YUV | 50.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 123 | 0.62 | 0.68 | 0 | 0.52 | 245.71 | 0.52 | 0.32 |
| Hex | 2F | 27 | 7B | 3E | 44 | 0 | 34 | F6 | 34 | 20 |
| Octal | 57 | 47 | 173 | 76 | 104 | 0 | 64 | 366 | 64 | 40 |
| Binary | 101111 | 100111 | 1111011 | 111110 | 1000100 | 0 | 110100 | 11110110 | 110100 | 100000 |
Color Harmonies of #2F277B
Complementary color
Monochromatic Colors of #2F277B
Black with #2F277B
Text Example
Text Example
White with #2F277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F277B; }
p { color: rgb(47,39,123); }
H1.HeaderClassName
{
color: #2F277B;
}
.AnyTagClassName
{
color: #2F277B;
}
</style>
background-color css
<style>
a { background-color: #2F277B; }
a { background-color: rgb(47,39,123); }
div.DivClassName
{
background-color: #2F277B;
}
.BgClassName
{
background-color: #2F277B;
}
</style>
border-color css
<style>
span { border-color: #2F277B; }
span { border-color: rgb(47,39,123); }
td.TdClassName
{
border-color: #2F277B;
}
.TagClassName
{
border-color: #2F277B;
}
</style>