Shades of Deep Koamaru #2B3062
Tints of Deep Koamaru #2B3062
RGB
CMYK
RGB Variations
Color information
#2B3062 (or 0x2B3062) is known color: Deep Koamaru. HEX triplet: 2B, 30 and 62. RGB value is (43,48,98). Sum of RGB (Red+Green+Blue) = 43+48+98=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B3062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3062 is #D4CF9D. Grayscale: #343434. Windows color (decimal): -13946782 or 6434859. OLE color: 6434859.
HSL color Cylindrical-coordinate representation of color #2B3062: hue angle of 234.55º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B3062 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 48 | 98 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.62 |
| HSL | 234.55º | 0.39% | 0.28% | - |
| HSV(B) | 234.55º | 0.56% | 0.38% | - |
| XYZ | 4.26 | 3.51 | 12.01 | - |
| YUV | 52.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 98 | 0.56 | 0.51 | 0 | 0.62 | 234.55 | 0.39 | 0.28 |
| Hex | 2B | 30 | 62 | 38 | 33 | 0 | 3E | EB | 27 | 1C |
| Octal | 53 | 60 | 142 | 70 | 63 | 0 | 76 | 353 | 47 | 34 |
| Binary | 101011 | 110000 | 1100010 | 111000 | 110011 | 0 | 111110 | 11101011 | 100111 | 11100 |
Color Harmonies of #2B3062
Complementary color
Monochromatic Colors of #2B3062
Black with #2B3062
Text Example
Text Example
White with #2B3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3062; }
p { color: rgb(43,48,98); }
H1.HeaderClassName
{
color: #2B3062;
}
.AnyTagClassName
{
color: #2B3062;
}
</style>
background-color css
<style>
a { background-color: #2B3062; }
a { background-color: rgb(43,48,98); }
div.DivClassName
{
background-color: #2B3062;
}
.BgClassName
{
background-color: #2B3062;
}
</style>
border-color css
<style>
span { border-color: #2B3062; }
span { border-color: rgb(43,48,98); }
td.TdClassName
{
border-color: #2B3062;
}
.TagClassName
{
border-color: #2B3062;
}
</style>