Shades of Deep Koamaru #2B2F63
Tints of Deep Koamaru #2B2F63
RGB
CMYK
RGB Variations
Color information
#2B2F63 (or 0x2B2F63) is known color: Deep Koamaru. HEX triplet: 2B, 2F and 63. RGB value is (43,47,99). Sum of RGB (Red+Green+Blue) = 43+47+99=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B2F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2F63 is #D4D09C. Grayscale: #333333. Windows color (decimal): -13947037 or 6500139. OLE color: 6500139.
HSL color Cylindrical-coordinate representation of color #2B2F63: hue angle of 235.71º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B2F63 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 47 | 99 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.61 |
| HSL | 235.71º | 0.39% | 0.28% | - |
| HSV(B) | 235.71º | 0.57% | 0.39% | - |
| XYZ | 4.26 | 3.45 | 12.25 | - |
| YUV | 51.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 99 | 0.57 | 0.53 | 0 | 0.61 | 235.71 | 0.39 | 0.28 |
| Hex | 2B | 2F | 63 | 39 | 35 | 0 | 3D | EC | 27 | 1C |
| Octal | 53 | 57 | 143 | 71 | 65 | 0 | 75 | 354 | 47 | 34 |
| Binary | 101011 | 101111 | 1100011 | 111001 | 110101 | 0 | 111101 | 11101100 | 100111 | 11100 |
Color Harmonies of #2B2F63
Complementary color
Monochromatic Colors of #2B2F63
Black with #2B2F63
Text Example
Text Example
White with #2B2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F63; }
p { color: rgb(43,47,99); }
H1.HeaderClassName
{
color: #2B2F63;
}
.AnyTagClassName
{
color: #2B2F63;
}
</style>
background-color css
<style>
a { background-color: #2B2F63; }
a { background-color: rgb(43,47,99); }
div.DivClassName
{
background-color: #2B2F63;
}
.BgClassName
{
background-color: #2B2F63;
}
</style>
border-color css
<style>
span { border-color: #2B2F63; }
span { border-color: rgb(43,47,99); }
td.TdClassName
{
border-color: #2B2F63;
}
.TagClassName
{
border-color: #2B2F63;
}
</style>