Shades of Deep Koamaru #2A2B6D
Tints of Deep Koamaru #2A2B6D
RGB
CMYK
RGB Variations
Color information
#2A2B6D (or 0x2A2B6D) is known color: Deep Koamaru. HEX triplet: 2A, 2B and 6D. RGB value is (42,43,109). Sum of RGB (Red+Green+Blue) = 42+43+109=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A2B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2B6D is #D5D492. Grayscale: #313131. Windows color (decimal): -14013587 or 7154474. OLE color: 7154474.
HSL color Cylindrical-coordinate representation of color #2A2B6D: hue angle of 239.1º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A2B6D is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 43 | 109 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.57 |
| HSL | 239.1º | 0.44% | 0.3% | - |
| HSV(B) | 239.1º | 0.61% | 0.43% | - |
| XYZ | 4.58 | 3.32 | 14.87 | - |
| YUV | 50.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 43 | 109 | 0.61 | 0.61 | 0 | 0.57 | 239.1 | 0.44 | 0.3 |
| Hex | 2A | 2B | 6D | 3D | 3D | 0 | 39 | EF | 2C | 1E |
| Octal | 52 | 53 | 155 | 75 | 75 | 0 | 71 | 357 | 54 | 36 |
| Binary | 101010 | 101011 | 1101101 | 111101 | 111101 | 0 | 111001 | 11101111 | 101100 | 11110 |
Color Harmonies of #2A2B6D
Complementary color
Monochromatic Colors of #2A2B6D
Black with #2A2B6D
Text Example
Text Example
White with #2A2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2B6D; }
p { color: rgb(42,43,109); }
H1.HeaderClassName
{
color: #2A2B6D;
}
.AnyTagClassName
{
color: #2A2B6D;
}
</style>
background-color css
<style>
a { background-color: #2A2B6D; }
a { background-color: rgb(42,43,109); }
div.DivClassName
{
background-color: #2A2B6D;
}
.BgClassName
{
background-color: #2A2B6D;
}
</style>
border-color css
<style>
span { border-color: #2A2B6D; }
span { border-color: rgb(42,43,109); }
td.TdClassName
{
border-color: #2A2B6D;
}
.TagClassName
{
border-color: #2A2B6D;
}
</style>