Shades of Deep Koamaru #2A2F60
Tints of Deep Koamaru #2A2F60
RGB
CMYK
RGB Variations
Color information
#2A2F60 (or 0x2A2F60) is known color: Deep Koamaru. HEX triplet: 2A, 2F and 60. RGB value is (42,47,96). Sum of RGB (Red+Green+Blue) = 42+47+96=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A2F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2F60 is #D5D09F. Grayscale: #323232. Windows color (decimal): -14012576 or 6303530. OLE color: 6303530.
HSL color Cylindrical-coordinate representation of color #2A2F60: hue angle of 234.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A2F60 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 47 | 96 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.62 |
| HSL | 234.44º | 0.39% | 0.27% | - |
| HSV(B) | 234.44º | 0.56% | 0.38% | - |
| XYZ | 4.08 | 3.37 | 11.5 | - |
| YUV | 51.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 96 | 0.56 | 0.51 | 0 | 0.62 | 234.44 | 0.39 | 0.27 |
| Hex | 2A | 2F | 60 | 38 | 33 | 0 | 3E | EA | 27 | 1B |
| Octal | 52 | 57 | 140 | 70 | 63 | 0 | 76 | 352 | 47 | 33 |
| Binary | 101010 | 101111 | 1100000 | 111000 | 110011 | 0 | 111110 | 11101010 | 100111 | 11011 |
Color Harmonies of #2A2F60
Complementary color
Monochromatic Colors of #2A2F60
Black with #2A2F60
Text Example
Text Example
White with #2A2F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2F60; }
p { color: rgb(42,47,96); }
H1.HeaderClassName
{
color: #2A2F60;
}
.AnyTagClassName
{
color: #2A2F60;
}
</style>
background-color css
<style>
a { background-color: #2A2F60; }
a { background-color: rgb(42,47,96); }
div.DivClassName
{
background-color: #2A2F60;
}
.BgClassName
{
background-color: #2A2F60;
}
</style>
border-color css
<style>
span { border-color: #2A2F60; }
span { border-color: rgb(42,47,96); }
td.TdClassName
{
border-color: #2A2F60;
}
.TagClassName
{
border-color: #2A2F60;
}
</style>