Shades of Deep Koamaru #2A2B64
Tints of Deep Koamaru #2A2B64
RGB
CMYK
RGB Variations
Color information
#2A2B64 (or 0x2A2B64) is known color: Deep Koamaru. HEX triplet: 2A, 2B and 64. RGB value is (42,43,100). Sum of RGB (Red+Green+Blue) = 42+43+100=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #2A2B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2B64 is #D5D49B. Grayscale: #303030. Windows color (decimal): -14013596 or 6564650. OLE color: 6564650.
HSL color Cylindrical-coordinate representation of color #2A2B64: hue angle of 238.97º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A2B64 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 43 | 100 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.61 |
| HSL | 238.97º | 0.41% | 0.28% | - |
| HSV(B) | 238.97º | 0.58% | 0.39% | - |
| XYZ | 4.12 | 3.14 | 12.45 | - |
| YUV | 49.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 43 | 100 | 0.58 | 0.57 | 0 | 0.61 | 238.97 | 0.41 | 0.28 |
| Hex | 2A | 2B | 64 | 3A | 39 | 0 | 3D | EF | 29 | 1C |
| Octal | 52 | 53 | 144 | 72 | 71 | 0 | 75 | 357 | 51 | 34 |
| Binary | 101010 | 101011 | 1100100 | 111010 | 111001 | 0 | 111101 | 11101111 | 101001 | 11100 |
Color Harmonies of #2A2B64
Complementary color
Monochromatic Colors of #2A2B64
Black with #2A2B64
Text Example
Text Example
White with #2A2B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2B64; }
p { color: rgb(42,43,100); }
H1.HeaderClassName
{
color: #2A2B64;
}
.AnyTagClassName
{
color: #2A2B64;
}
</style>
background-color css
<style>
a { background-color: #2A2B64; }
a { background-color: rgb(42,43,100); }
div.DivClassName
{
background-color: #2A2B64;
}
.BgClassName
{
background-color: #2A2B64;
}
</style>
border-color css
<style>
span { border-color: #2A2B64; }
span { border-color: rgb(42,43,100); }
td.TdClassName
{
border-color: #2A2B64;
}
.TagClassName
{
border-color: #2A2B64;
}
</style>