Shades of Deep Koamaru #2B276F
Tints of Deep Koamaru #2B276F
RGB
CMYK
RGB Variations
Color information
#2B276F (or 0x2B276F) is known color: Deep Koamaru. HEX triplet: 2B, 27 and 6F. RGB value is (43,39,111). Sum of RGB (Red+Green+Blue) = 43+39+111=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B276F is #D4D890. Grayscale: #303030. Windows color (decimal): -13949073 or 7284523. OLE color: 7284523.
HSL color Cylindrical-coordinate representation of color #2B276F: hue angle of 243.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B276F is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 39 | 111 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.56 |
| HSL | 243.33º | 0.48% | 0.29% | - |
| HSV(B) | 243.33º | 0.65% | 0.44% | - |
| XYZ | 4.59 | 3.11 | 15.4 | - |
| YUV | 48.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 111 | 0.61 | 0.65 | 0 | 0.56 | 243.33 | 0.48 | 0.29 |
| Hex | 2B | 27 | 6F | 3D | 41 | 0 | 38 | F3 | 30 | 1D |
| Octal | 53 | 47 | 157 | 75 | 101 | 0 | 70 | 363 | 60 | 35 |
| Binary | 101011 | 100111 | 1101111 | 111101 | 1000001 | 0 | 111000 | 11110011 | 110000 | 11101 |
Color Harmonies of #2B276F
Complementary color
Monochromatic Colors of #2B276F
Black with #2B276F
Text Example
Text Example
White with #2B276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B276F; }
p { color: rgb(43,39,111); }
H1.HeaderClassName
{
color: #2B276F;
}
.AnyTagClassName
{
color: #2B276F;
}
</style>
background-color css
<style>
a { background-color: #2B276F; }
a { background-color: rgb(43,39,111); }
div.DivClassName
{
background-color: #2B276F;
}
.BgClassName
{
background-color: #2B276F;
}
</style>
border-color css
<style>
span { border-color: #2B276F; }
span { border-color: rgb(43,39,111); }
td.TdClassName
{
border-color: #2B276F;
}
.TagClassName
{
border-color: #2B276F;
}
</style>