Shades of Deep Koamaru #2F297A
Tints of Deep Koamaru #2F297A
RGB
CMYK
RGB Variations
Color information
#2F297A (or 0x2F297A) is known color: Deep Koamaru. HEX triplet: 2F, 29 and 7A. RGB value is (47,41,122). Sum of RGB (Red+Green+Blue) = 47+41+122=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F297A is #D0D685. Grayscale: #333333. Windows color (decimal): -13686406 or 8005935. OLE color: 8005935.
HSL color Cylindrical-coordinate representation of color #2F297A: hue angle of 244.44º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F297A is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 41 | 122 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.52 |
| HSL | 244.44º | 0.5% | 0.32% | - |
| HSV(B) | 244.44º | 0.66% | 0.48% | - |
| XYZ | 5.48 | 3.6 | 18.82 | - |
| YUV | 52.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 122 | 0.61 | 0.66 | 0 | 0.52 | 244.44 | 0.5 | 0.32 |
| Hex | 2F | 29 | 7A | 3D | 42 | 0 | 34 | F4 | 32 | 20 |
| Octal | 57 | 51 | 172 | 75 | 102 | 0 | 64 | 364 | 62 | 40 |
| Binary | 101111 | 101001 | 1111010 | 111101 | 1000010 | 0 | 110100 | 11110100 | 110010 | 100000 |
Color Harmonies of #2F297A
Complementary color
Monochromatic Colors of #2F297A
Black with #2F297A
Text Example
Text Example
White with #2F297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F297A; }
p { color: rgb(47,41,122); }
H1.HeaderClassName
{
color: #2F297A;
}
.AnyTagClassName
{
color: #2F297A;
}
</style>
background-color css
<style>
a { background-color: #2F297A; }
a { background-color: rgb(47,41,122); }
div.DivClassName
{
background-color: #2F297A;
}
.BgClassName
{
background-color: #2F297A;
}
</style>
border-color css
<style>
span { border-color: #2F297A; }
span { border-color: rgb(47,41,122); }
td.TdClassName
{
border-color: #2F297A;
}
.TagClassName
{
border-color: #2F297A;
}
</style>