Shades of Deep Koamaru #2B3265
Tints of Deep Koamaru #2B3265
RGB
CMYK
RGB Variations
Color information
#2B3265 (or 0x2B3265) is known color: Deep Koamaru. HEX triplet: 2B, 32 and 65. RGB value is (43,50,101). Sum of RGB (Red+Green+Blue) = 43+50+101=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B3265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3265 is #D4CD9A. Grayscale: #353535. Windows color (decimal): -13946267 or 6631979. OLE color: 6631979.
HSL color Cylindrical-coordinate representation of color #2B3265: hue angle of 232.76º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B3265 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 50 | 101 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.60 |
| HSL | 232.76º | 0.4% | 0.28% | - |
| HSV(B) | 232.76º | 0.57% | 0.4% | - |
| XYZ | 4.49 | 3.73 | 12.8 | - |
| YUV | 53.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 101 | 0.57 | 0.50 | 0 | 0.60 | 232.76 | 0.4 | 0.28 |
| Hex | 2B | 32 | 65 | 39 | 32 | 0 | 3C | E9 | 28 | 1C |
| Octal | 53 | 62 | 145 | 71 | 62 | 0 | 74 | 351 | 50 | 34 |
| Binary | 101011 | 110010 | 1100101 | 111001 | 110010 | 0 | 111100 | 11101001 | 101000 | 11100 |
Color Harmonies of #2B3265
Complementary color
Monochromatic Colors of #2B3265
Black with #2B3265
Text Example
Text Example
White with #2B3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3265; }
p { color: rgb(43,50,101); }
H1.HeaderClassName
{
color: #2B3265;
}
.AnyTagClassName
{
color: #2B3265;
}
</style>
background-color css
<style>
a { background-color: #2B3265; }
a { background-color: rgb(43,50,101); }
div.DivClassName
{
background-color: #2B3265;
}
.BgClassName
{
background-color: #2B3265;
}
</style>
border-color css
<style>
span { border-color: #2B3265; }
span { border-color: rgb(43,50,101); }
td.TdClassName
{
border-color: #2B3265;
}
.TagClassName
{
border-color: #2B3265;
}
</style>