Shades of Deep Koamaru #2B3072
Tints of Deep Koamaru #2B3072
RGB
CMYK
RGB Variations
Color information
#2B3072 (or 0x2B3072) is known color: Deep Koamaru. HEX triplet: 2B, 30 and 72. RGB value is (43,48,114). Sum of RGB (Red+Green+Blue) = 43+48+114=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3072 is #D4CF8D. Grayscale: #353535. Windows color (decimal): -13946766 or 7483435. OLE color: 7483435.
HSL color Cylindrical-coordinate representation of color #2B3072: hue angle of 235.77º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B3072 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 48 | 114 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.55 |
| HSL | 235.77º | 0.45% | 0.31% | - |
| HSV(B) | 235.77º | 0.62% | 0.45% | - |
| XYZ | 5.09 | 3.84 | 16.39 | - |
| YUV | 54.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 114 | 0.62 | 0.58 | 0 | 0.55 | 235.77 | 0.45 | 0.31 |
| Hex | 2B | 30 | 72 | 3E | 3A | 0 | 37 | EC | 2D | 1F |
| Octal | 53 | 60 | 162 | 76 | 72 | 0 | 67 | 354 | 55 | 37 |
| Binary | 101011 | 110000 | 1110010 | 111110 | 111010 | 0 | 110111 | 11101100 | 101101 | 11111 |
Color Harmonies of #2B3072
Complementary color
Monochromatic Colors of #2B3072
Black with #2B3072
Text Example
Text Example
White with #2B3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3072; }
p { color: rgb(43,48,114); }
H1.HeaderClassName
{
color: #2B3072;
}
.AnyTagClassName
{
color: #2B3072;
}
</style>
background-color css
<style>
a { background-color: #2B3072; }
a { background-color: rgb(43,48,114); }
div.DivClassName
{
background-color: #2B3072;
}
.BgClassName
{
background-color: #2B3072;
}
</style>
border-color css
<style>
span { border-color: #2B3072; }
span { border-color: rgb(43,48,114); }
td.TdClassName
{
border-color: #2B3072;
}
.TagClassName
{
border-color: #2B3072;
}
</style>