Shades of Deep Koamaru #2B2F67
Tints of Deep Koamaru #2B2F67
RGB
CMYK
RGB Variations
Color information
#2B2F67 (or 0x2B2F67) is known color: Deep Koamaru. HEX triplet: 2B, 2F and 67. RGB value is (43,47,103). Sum of RGB (Red+Green+Blue) = 43+47+103=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B2F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2F67 is #D4D098. Grayscale: #333333. Windows color (decimal): -13947033 or 6762283. OLE color: 6762283.
HSL color Cylindrical-coordinate representation of color #2B2F67: hue angle of 236º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B2F67 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 47 | 103 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.60 |
| HSL | 236º | 0.41% | 0.29% | - |
| HSV(B) | 236º | 0.58% | 0.4% | - |
| XYZ | 4.46 | 3.53 | 13.28 | - |
| YUV | 52.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 103 | 0.58 | 0.54 | 0 | 0.60 | 236 | 0.41 | 0.29 |
| Hex | 2B | 2F | 67 | 3A | 36 | 0 | 3C | EC | 29 | 1D |
| Octal | 53 | 57 | 147 | 72 | 66 | 0 | 74 | 354 | 51 | 35 |
| Binary | 101011 | 101111 | 1100111 | 111010 | 110110 | 0 | 111100 | 11101100 | 101001 | 11101 |
Color Harmonies of #2B2F67
Complementary color
Monochromatic Colors of #2B2F67
Black with #2B2F67
Text Example
Text Example
White with #2B2F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F67; }
p { color: rgb(43,47,103); }
H1.HeaderClassName
{
color: #2B2F67;
}
.AnyTagClassName
{
color: #2B2F67;
}
</style>
background-color css
<style>
a { background-color: #2B2F67; }
a { background-color: rgb(43,47,103); }
div.DivClassName
{
background-color: #2B2F67;
}
.BgClassName
{
background-color: #2B2F67;
}
</style>
border-color css
<style>
span { border-color: #2B2F67; }
span { border-color: rgb(43,47,103); }
td.TdClassName
{
border-color: #2B2F67;
}
.TagClassName
{
border-color: #2B2F67;
}
</style>