Shades of Deep Koamaru #2B3169
Tints of Deep Koamaru #2B3169
RGB
CMYK
RGB Variations
Color information
#2B3169 (or 0x2B3169) is known color: Deep Koamaru. HEX triplet: 2B, 31 and 69. RGB value is (43,49,105). Sum of RGB (Red+Green+Blue) = 43+49+105=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B3169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3169 is #D4CE96. Grayscale: #353535. Windows color (decimal): -13946519 or 6893867. OLE color: 6893867.
HSL color Cylindrical-coordinate representation of color #2B3169: hue angle of 234.19º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B3169 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 49 | 105 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.59 |
| HSL | 234.19º | 0.42% | 0.29% | - |
| HSV(B) | 234.19º | 0.59% | 0.41% | - |
| XYZ | 4.64 | 3.73 | 13.84 | - |
| YUV | 53.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 105 | 0.59 | 0.53 | 0 | 0.59 | 234.19 | 0.42 | 0.29 |
| Hex | 2B | 31 | 69 | 3B | 35 | 0 | 3B | EA | 2A | 1D |
| Octal | 53 | 61 | 151 | 73 | 65 | 0 | 73 | 352 | 52 | 35 |
| Binary | 101011 | 110001 | 1101001 | 111011 | 110101 | 0 | 111011 | 11101010 | 101010 | 11101 |
Color Harmonies of #2B3169
Complementary color
Monochromatic Colors of #2B3169
Black with #2B3169
Text Example
Text Example
White with #2B3169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3169; }
p { color: rgb(43,49,105); }
H1.HeaderClassName
{
color: #2B3169;
}
.AnyTagClassName
{
color: #2B3169;
}
</style>
background-color css
<style>
a { background-color: #2B3169; }
a { background-color: rgb(43,49,105); }
div.DivClassName
{
background-color: #2B3169;
}
.BgClassName
{
background-color: #2B3169;
}
</style>
border-color css
<style>
span { border-color: #2B3169; }
span { border-color: rgb(43,49,105); }
td.TdClassName
{
border-color: #2B3169;
}
.TagClassName
{
border-color: #2B3169;
}
</style>