Shades of Deep Koamaru #2A2F61
Tints of Deep Koamaru #2A2F61
RGB
CMYK
RGB Variations
Color information
#2A2F61 (or 0x2A2F61) is known color: Deep Koamaru. HEX triplet: 2A, 2F and 61. RGB value is (42,47,97). Sum of RGB (Red+Green+Blue) = 42+47+97=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A2F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2F61 is #D5D09E. Grayscale: #333333. Windows color (decimal): -14012575 or 6369066. OLE color: 6369066.
HSL color Cylindrical-coordinate representation of color #2A2F61: hue angle of 234.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A2F61 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 47 | 97 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.62 |
| HSL | 234.55º | 0.4% | 0.27% | - |
| HSV(B) | 234.55º | 0.57% | 0.38% | - |
| XYZ | 4.13 | 3.39 | 11.75 | - |
| YUV | 51.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 97 | 0.57 | 0.52 | 0 | 0.62 | 234.55 | 0.4 | 0.27 |
| Hex | 2A | 2F | 61 | 39 | 34 | 0 | 3E | EB | 28 | 1B |
| Octal | 52 | 57 | 141 | 71 | 64 | 0 | 76 | 353 | 50 | 33 |
| Binary | 101010 | 101111 | 1100001 | 111001 | 110100 | 0 | 111110 | 11101011 | 101000 | 11011 |
Color Harmonies of #2A2F61
Complementary color
Monochromatic Colors of #2A2F61
Black with #2A2F61
Text Example
Text Example
White with #2A2F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2F61; }
p { color: rgb(42,47,97); }
H1.HeaderClassName
{
color: #2A2F61;
}
.AnyTagClassName
{
color: #2A2F61;
}
</style>
background-color css
<style>
a { background-color: #2A2F61; }
a { background-color: rgb(42,47,97); }
div.DivClassName
{
background-color: #2A2F61;
}
.BgClassName
{
background-color: #2A2F61;
}
</style>
border-color css
<style>
span { border-color: #2A2F61; }
span { border-color: rgb(42,47,97); }
td.TdClassName
{
border-color: #2A2F61;
}
.TagClassName
{
border-color: #2A2F61;
}
</style>