Shades of Deep Koamaru #2F326B
Tints of Deep Koamaru #2F326B
RGB
CMYK
RGB Variations
Color information
#2F326B (or 0x2F326B) is known color: Deep Koamaru. HEX triplet: 2F, 32 and 6B. RGB value is (47,50,107). Sum of RGB (Red+Green+Blue) = 47+50+107=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F326B is #D0CD94. Grayscale: #373737. Windows color (decimal): -13684117 or 7025199. OLE color: 7025199.
HSL color Cylindrical-coordinate representation of color #2F326B: hue angle of 237º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F326B is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 50 | 107 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.58 |
| HSL | 237º | 0.39% | 0.3% | - |
| HSV(B) | 237º | 0.56% | 0.42% | - |
| XYZ | 4.97 | 3.95 | 14.41 | - |
| YUV | 55.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 107 | 0.56 | 0.53 | 0 | 0.58 | 237 | 0.39 | 0.3 |
| Hex | 2F | 32 | 6B | 38 | 35 | 0 | 3A | ED | 27 | 1E |
| Octal | 57 | 62 | 153 | 70 | 65 | 0 | 72 | 355 | 47 | 36 |
| Binary | 101111 | 110010 | 1101011 | 111000 | 110101 | 0 | 111010 | 11101101 | 100111 | 11110 |
Color Harmonies of #2F326B
Complementary color
Monochromatic Colors of #2F326B
Black with #2F326B
Text Example
Text Example
White with #2F326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F326B; }
p { color: rgb(47,50,107); }
H1.HeaderClassName
{
color: #2F326B;
}
.AnyTagClassName
{
color: #2F326B;
}
</style>
background-color css
<style>
a { background-color: #2F326B; }
a { background-color: rgb(47,50,107); }
div.DivClassName
{
background-color: #2F326B;
}
.BgClassName
{
background-color: #2F326B;
}
</style>
border-color css
<style>
span { border-color: #2F326B; }
span { border-color: rgb(47,50,107); }
td.TdClassName
{
border-color: #2F326B;
}
.TagClassName
{
border-color: #2F326B;
}
</style>