Shades of Deep Koamaru #2B2F62
Tints of Deep Koamaru #2B2F62
RGB
CMYK
RGB Variations
Color information
#2B2F62 (or 0x2B2F62) is known color: Deep Koamaru. HEX triplet: 2B, 2F and 62. RGB value is (43,47,98). Sum of RGB (Red+Green+Blue) = 43+47+98=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B2F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2F62 is #D4D09D. Grayscale: #333333. Windows color (decimal): -13947038 or 6434603. OLE color: 6434603.
HSL color Cylindrical-coordinate representation of color #2B2F62: hue angle of 235.64º 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 #2B2F62 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 47 | 98 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.62 |
| HSL | 235.64º | 0.39% | 0.28% | - |
| HSV(B) | 235.64º | 0.56% | 0.38% | - |
| XYZ | 4.22 | 3.43 | 11.99 | - |
| YUV | 51.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 98 | 0.56 | 0.52 | 0 | 0.62 | 235.64 | 0.39 | 0.28 |
| Hex | 2B | 2F | 62 | 38 | 34 | 0 | 3E | EC | 27 | 1C |
| Octal | 53 | 57 | 142 | 70 | 64 | 0 | 76 | 354 | 47 | 34 |
| Binary | 101011 | 101111 | 1100010 | 111000 | 110100 | 0 | 111110 | 11101100 | 100111 | 11100 |
Color Harmonies of #2B2F62
Complementary color
Monochromatic Colors of #2B2F62
Black with #2B2F62
Text Example
Text Example
White with #2B2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F62; }
p { color: rgb(43,47,98); }
H1.HeaderClassName
{
color: #2B2F62;
}
.AnyTagClassName
{
color: #2B2F62;
}
</style>
background-color css
<style>
a { background-color: #2B2F62; }
a { background-color: rgb(43,47,98); }
div.DivClassName
{
background-color: #2B2F62;
}
.BgClassName
{
background-color: #2B2F62;
}
</style>
border-color css
<style>
span { border-color: #2B2F62; }
span { border-color: rgb(43,47,98); }
td.TdClassName
{
border-color: #2B2F62;
}
.TagClassName
{
border-color: #2B2F62;
}
</style>