Shades of Deep Koamaru #2A2965
Tints of Deep Koamaru #2A2965
RGB
CMYK
RGB Variations
Color information
#2A2965 (or 0x2A2965) is known color: Deep Koamaru. HEX triplet: 2A, 29 and 65. RGB value is (42,41,101). Sum of RGB (Red+Green+Blue) = 42+41+101=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A2965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2965 is #D5D69A. Grayscale: #2F2F2F. Windows color (decimal): -14014107 or 6629674. OLE color: 6629674.
HSL color Cylindrical-coordinate representation of color #2A2965: hue angle of 241º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A2965 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 41 | 101 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.60 |
| HSL | 241º | 0.42% | 0.28% | - |
| HSV(B) | 241º | 0.59% | 0.4% | - |
| XYZ | 4.1 | 3.02 | 12.68 | - |
| YUV | 48.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 101 | 0.58 | 0.59 | 0 | 0.60 | 241 | 0.42 | 0.28 |
| Hex | 2A | 29 | 65 | 3A | 3B | 0 | 3C | F1 | 2A | 1C |
| Octal | 52 | 51 | 145 | 72 | 73 | 0 | 74 | 361 | 52 | 34 |
| Binary | 101010 | 101001 | 1100101 | 111010 | 111011 | 0 | 111100 | 11110001 | 101010 | 11100 |
Color Harmonies of #2A2965
Complementary color
Monochromatic Colors of #2A2965
Black with #2A2965
Text Example
Text Example
White with #2A2965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2965; }
p { color: rgb(42,41,101); }
H1.HeaderClassName
{
color: #2A2965;
}
.AnyTagClassName
{
color: #2A2965;
}
</style>
background-color css
<style>
a { background-color: #2A2965; }
a { background-color: rgb(42,41,101); }
div.DivClassName
{
background-color: #2A2965;
}
.BgClassName
{
background-color: #2A2965;
}
</style>
border-color css
<style>
span { border-color: #2A2965; }
span { border-color: rgb(42,41,101); }
td.TdClassName
{
border-color: #2A2965;
}
.TagClassName
{
border-color: #2A2965;
}
</style>