Shades of Deep Koamaru #2B3166
Tints of Deep Koamaru #2B3166
RGB
CMYK
RGB Variations
Color information
#2B3166 (or 0x2B3166) is known color: Deep Koamaru. HEX triplet: 2B, 31 and 66. RGB value is (43,49,102). Sum of RGB (Red+Green+Blue) = 43+49+102=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B3166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3166 is #D4CE99. Grayscale: #353535. Windows color (decimal): -13946522 or 6697259. OLE color: 6697259.
HSL color Cylindrical-coordinate representation of color #2B3166: hue angle of 233.9º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B3166 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 49 | 102 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.6 |
| HSL | 233.9º | 0.41% | 0.28% | - |
| HSV(B) | 233.9º | 0.58% | 0.4% | - |
| XYZ | 4.49 | 3.67 | 13.04 | - |
| YUV | 53.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 102 | 0.58 | 0.52 | 0 | 0.6 | 233.9 | 0.41 | 0.28 |
| Hex | 2B | 31 | 66 | 3A | 34 | 0 | 3C | EA | 29 | 1C |
| Octal | 53 | 61 | 146 | 72 | 64 | 0 | 74 | 352 | 51 | 34 |
| Binary | 101011 | 110001 | 1100110 | 111010 | 110100 | 0 | 111100 | 11101010 | 101001 | 11100 |
Color Harmonies of #2B3166
Complementary color
Monochromatic Colors of #2B3166
Black with #2B3166
Text Example
Text Example
White with #2B3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3166; }
p { color: rgb(43,49,102); }
H1.HeaderClassName
{
color: #2B3166;
}
.AnyTagClassName
{
color: #2B3166;
}
</style>
background-color css
<style>
a { background-color: #2B3166; }
a { background-color: rgb(43,49,102); }
div.DivClassName
{
background-color: #2B3166;
}
.BgClassName
{
background-color: #2B3166;
}
</style>
border-color css
<style>
span { border-color: #2B3166; }
span { border-color: rgb(43,49,102); }
td.TdClassName
{
border-color: #2B3166;
}
.TagClassName
{
border-color: #2B3166;
}
</style>