Shades of Deep Koamaru #2F2B6D
Tints of Deep Koamaru #2F2B6D
RGB
CMYK
RGB Variations
Color information
#2F2B6D (or 0x2F2B6D) is known color: Deep Koamaru. HEX triplet: 2F, 2B and 6D. RGB value is (47,43,109). Sum of RGB (Red+Green+Blue) = 47+43+109=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F2B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2B6D is #D0D492. Grayscale: #333333. Windows color (decimal): -13685907 or 7154479. OLE color: 7154479.
HSL color Cylindrical-coordinate representation of color #2F2B6D: hue angle of 243.64º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F2B6D is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 43 | 109 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.57 |
| HSL | 243.64º | 0.43% | 0.3% | - |
| HSV(B) | 243.64º | 0.61% | 0.43% | - |
| XYZ | 4.8 | 3.44 | 14.88 | - |
| YUV | 51.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 43 | 109 | 0.57 | 0.61 | 0 | 0.57 | 243.64 | 0.43 | 0.3 |
| Hex | 2F | 2B | 6D | 39 | 3D | 0 | 39 | F4 | 2B | 1E |
| Octal | 57 | 53 | 155 | 71 | 75 | 0 | 71 | 364 | 53 | 36 |
| Binary | 101111 | 101011 | 1101101 | 111001 | 111101 | 0 | 111001 | 11110100 | 101011 | 11110 |
Color Harmonies of #2F2B6D
Complementary color
Monochromatic Colors of #2F2B6D
Black with #2F2B6D
Text Example
Text Example
White with #2F2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2B6D; }
p { color: rgb(47,43,109); }
H1.HeaderClassName
{
color: #2F2B6D;
}
.AnyTagClassName
{
color: #2F2B6D;
}
</style>
background-color css
<style>
a { background-color: #2F2B6D; }
a { background-color: rgb(47,43,109); }
div.DivClassName
{
background-color: #2F2B6D;
}
.BgClassName
{
background-color: #2F2B6D;
}
</style>
border-color css
<style>
span { border-color: #2F2B6D; }
span { border-color: rgb(47,43,109); }
td.TdClassName
{
border-color: #2F2B6D;
}
.TagClassName
{
border-color: #2F2B6D;
}
</style>