Shades of Deep Koamaru #2A2F62
Tints of Deep Koamaru #2A2F62
RGB
CMYK
RGB Variations
Color information
#2A2F62 (or 0x2A2F62) is known color: Deep Koamaru. HEX triplet: 2A, 2F and 62. RGB value is (42,47,98). Sum of RGB (Red+Green+Blue) = 42+47+98=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A2F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2F62 is #D5D09D. Grayscale: #333333. Windows color (decimal): -14012574 or 6434602. OLE color: 6434602.
HSL color Cylindrical-coordinate representation of color #2A2F62: hue angle of 234.64º 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 #2A2F62 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 47 | 98 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.62 |
| HSL | 234.64º | 0.4% | 0.27% | - |
| HSV(B) | 234.64º | 0.57% | 0.38% | - |
| XYZ | 4.18 | 3.41 | 11.99 | - |
| YUV | 51.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 98 | 0.57 | 0.52 | 0 | 0.62 | 234.64 | 0.4 | 0.27 |
| Hex | 2A | 2F | 62 | 39 | 34 | 0 | 3E | EB | 28 | 1B |
| Octal | 52 | 57 | 142 | 71 | 64 | 0 | 76 | 353 | 50 | 33 |
| Binary | 101010 | 101111 | 1100010 | 111001 | 110100 | 0 | 111110 | 11101011 | 101000 | 11011 |
Color Harmonies of #2A2F62
Complementary color
Monochromatic Colors of #2A2F62
Black with #2A2F62
Text Example
Text Example
White with #2A2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2F62; }
p { color: rgb(42,47,98); }
H1.HeaderClassName
{
color: #2A2F62;
}
.AnyTagClassName
{
color: #2A2F62;
}
</style>
background-color css
<style>
a { background-color: #2A2F62; }
a { background-color: rgb(42,47,98); }
div.DivClassName
{
background-color: #2A2F62;
}
.BgClassName
{
background-color: #2A2F62;
}
</style>
border-color css
<style>
span { border-color: #2A2F62; }
span { border-color: rgb(42,47,98); }
td.TdClassName
{
border-color: #2A2F62;
}
.TagClassName
{
border-color: #2A2F62;
}
</style>