Shades of Deep Koamaru #2B2A69
Tints of Deep Koamaru #2B2A69
RGB
CMYK
RGB Variations
Color information
#2B2A69 (or 0x2B2A69) is known color: Deep Koamaru. HEX triplet: 2B, 2A and 69. RGB value is (43,42,105). Sum of RGB (Red+Green+Blue) = 43+42+105=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B2A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2A69 is #D4D596. Grayscale: #313131. Windows color (decimal): -13948311 or 6892075. OLE color: 6892075.
HSL color Cylindrical-coordinate representation of color #2B2A69: hue angle of 240.95º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2A69 is Cyan = 0.59, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 42 | 105 | - |
| CMYK | 0.59 | 0.6 | 0 | 0.59 |
| HSL | 240.95º | 0.43% | 0.29% | - |
| HSV(B) | 240.95º | 0.6% | 0.41% | - |
| XYZ | 4.37 | 3.19 | 13.75 | - |
| YUV | 49.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 42 | 105 | 0.59 | 0.6 | 0 | 0.59 | 240.95 | 0.43 | 0.29 |
| Hex | 2B | 2A | 69 | 3B | 3C | 0 | 3B | F1 | 2B | 1D |
| Octal | 53 | 52 | 151 | 73 | 74 | 0 | 73 | 361 | 53 | 35 |
| Binary | 101011 | 101010 | 1101001 | 111011 | 111100 | 0 | 111011 | 11110001 | 101011 | 11101 |
Color Harmonies of #2B2A69
Complementary color
Monochromatic Colors of #2B2A69
Black with #2B2A69
Text Example
Text Example
White with #2B2A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2A69; }
p { color: rgb(43,42,105); }
H1.HeaderClassName
{
color: #2B2A69;
}
.AnyTagClassName
{
color: #2B2A69;
}
</style>
background-color css
<style>
a { background-color: #2B2A69; }
a { background-color: rgb(43,42,105); }
div.DivClassName
{
background-color: #2B2A69;
}
.BgClassName
{
background-color: #2B2A69;
}
</style>
border-color css
<style>
span { border-color: #2B2A69; }
span { border-color: rgb(43,42,105); }
td.TdClassName
{
border-color: #2B2A69;
}
.TagClassName
{
border-color: #2B2A69;
}
</style>