Shades of Deep Koamaru #2B2778
Tints of Deep Koamaru #2B2778
RGB
CMYK
RGB Variations
Color information
#2B2778 (or 0x2B2778) is known color: Deep Koamaru. HEX triplet: 2B, 27 and 78. RGB value is (43,39,120). Sum of RGB (Red+Green+Blue) = 43+39+120=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B2778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2778 is #D4D887. Grayscale: #313131. Windows color (decimal): -13949064 or 7874347. OLE color: 7874347.
HSL color Cylindrical-coordinate representation of color #2B2778: hue angle of 242.96º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B2778 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 39 | 120 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.53 |
| HSL | 242.96º | 0.51% | 0.31% | - |
| HSV(B) | 242.96º | 0.68% | 0.47% | - |
| XYZ | 5.11 | 3.32 | 18.14 | - |
| YUV | 49.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 120 | 0.64 | 0.67 | 0 | 0.53 | 242.96 | 0.51 | 0.31 |
| Hex | 2B | 27 | 78 | 40 | 43 | 0 | 35 | F3 | 33 | 1F |
| Octal | 53 | 47 | 170 | 100 | 103 | 0 | 65 | 363 | 63 | 37 |
| Binary | 101011 | 100111 | 1111000 | 1000000 | 1000011 | 0 | 110101 | 11110011 | 110011 | 11111 |
Color Harmonies of #2B2778
Complementary color
Monochromatic Colors of #2B2778
Black with #2B2778
Text Example
Text Example
White with #2B2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2778; }
p { color: rgb(43,39,120); }
H1.HeaderClassName
{
color: #2B2778;
}
.AnyTagClassName
{
color: #2B2778;
}
</style>
background-color css
<style>
a { background-color: #2B2778; }
a { background-color: rgb(43,39,120); }
div.DivClassName
{
background-color: #2B2778;
}
.BgClassName
{
background-color: #2B2778;
}
</style>
border-color css
<style>
span { border-color: #2B2778; }
span { border-color: rgb(43,39,120); }
td.TdClassName
{
border-color: #2B2778;
}
.TagClassName
{
border-color: #2B2778;
}
</style>