Shades of Deep Koamaru #2F3260
Tints of Deep Koamaru #2F3260
RGB
CMYK
RGB Variations
Color information
#2F3260 (or 0x2F3260) is known color: Deep Koamaru. HEX triplet: 2F, 32 and 60. RGB value is (47,50,96). Sum of RGB (Red+Green+Blue) = 47+50+96=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F3260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3260 is #D0CD9F. Grayscale: #363636. Windows color (decimal): -13684128 or 6304303. OLE color: 6304303.
HSL color Cylindrical-coordinate representation of color #2F3260: hue angle of 236.33º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F3260 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 50 | 96 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.62 |
| HSL | 236.33º | 0.34% | 0.28% | - |
| HSV(B) | 236.33º | 0.51% | 0.38% | - |
| XYZ | 4.42 | 3.73 | 11.55 | - |
| YUV | 54.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 96 | 0.51 | 0.48 | 0 | 0.62 | 236.33 | 0.34 | 0.28 |
| Hex | 2F | 32 | 60 | 33 | 30 | 0 | 3E | EC | 22 | 1C |
| Octal | 57 | 62 | 140 | 63 | 60 | 0 | 76 | 354 | 42 | 34 |
| Binary | 101111 | 110010 | 1100000 | 110011 | 110000 | 0 | 111110 | 11101100 | 100010 | 11100 |
Color Harmonies of #2F3260
Complementary color
Monochromatic Colors of #2F3260
Black with #2F3260
Text Example
Text Example
White with #2F3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3260; }
p { color: rgb(47,50,96); }
H1.HeaderClassName
{
color: #2F3260;
}
.AnyTagClassName
{
color: #2F3260;
}
</style>
background-color css
<style>
a { background-color: #2F3260; }
a { background-color: rgb(47,50,96); }
div.DivClassName
{
background-color: #2F3260;
}
.BgClassName
{
background-color: #2F3260;
}
</style>
border-color css
<style>
span { border-color: #2F3260; }
span { border-color: rgb(47,50,96); }
td.TdClassName
{
border-color: #2F3260;
}
.TagClassName
{
border-color: #2F3260;
}
</style>