Shades of Deep Koamaru #2B3365
Tints of Deep Koamaru #2B3365
RGB
CMYK
RGB Variations
Color information
#2B3365 (or 0x2B3365) is known color: Deep Koamaru. HEX triplet: 2B, 33 and 65. RGB value is (43,51,101). Sum of RGB (Red+Green+Blue) = 43+51+101=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B3365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3365 is #D4CC9A. Grayscale: #363636. Windows color (decimal): -13946011 or 6632235. OLE color: 6632235.
HSL color Cylindrical-coordinate representation of color #2B3365: hue angle of 231.72º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B3365 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 51 | 101 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.60 |
| HSL | 231.72º | 0.4% | 0.28% | - |
| HSV(B) | 231.72º | 0.57% | 0.4% | - |
| XYZ | 4.53 | 3.82 | 12.81 | - |
| YUV | 54.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 101 | 0.57 | 0.50 | 0 | 0.60 | 231.72 | 0.4 | 0.28 |
| Hex | 2B | 33 | 65 | 39 | 32 | 0 | 3C | E8 | 28 | 1C |
| Octal | 53 | 63 | 145 | 71 | 62 | 0 | 74 | 350 | 50 | 34 |
| Binary | 101011 | 110011 | 1100101 | 111001 | 110010 | 0 | 111100 | 11101000 | 101000 | 11100 |
Color Harmonies of #2B3365
Complementary color
Monochromatic Colors of #2B3365
Black with #2B3365
Text Example
Text Example
White with #2B3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3365; }
p { color: rgb(43,51,101); }
H1.HeaderClassName
{
color: #2B3365;
}
.AnyTagClassName
{
color: #2B3365;
}
</style>
background-color css
<style>
a { background-color: #2B3365; }
a { background-color: rgb(43,51,101); }
div.DivClassName
{
background-color: #2B3365;
}
.BgClassName
{
background-color: #2B3365;
}
</style>
border-color css
<style>
span { border-color: #2B3365; }
span { border-color: rgb(43,51,101); }
td.TdClassName
{
border-color: #2B3365;
}
.TagClassName
{
border-color: #2B3365;
}
</style>