Shades of Deep Koamaru #2F2C69
Tints of Deep Koamaru #2F2C69
RGB
CMYK
RGB Variations
Color information
#2F2C69 (or 0x2F2C69) is known color: Deep Koamaru. HEX triplet: 2F, 2C and 69. RGB value is (47,44,105). Sum of RGB (Red+Green+Blue) = 47+44+105=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F2C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2C69 is #D0D396. Grayscale: #333333. Windows color (decimal): -13685655 or 6892591. OLE color: 6892591.
HSL color Cylindrical-coordinate representation of color #2F2C69: hue angle of 242.95º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F2C69 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 44 | 105 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.59 |
| HSL | 242.95º | 0.41% | 0.29% | - |
| HSV(B) | 242.95º | 0.58% | 0.41% | - |
| XYZ | 4.62 | 3.43 | 13.78 | - |
| YUV | 51.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 44 | 105 | 0.55 | 0.58 | 0 | 0.59 | 242.95 | 0.41 | 0.29 |
| Hex | 2F | 2C | 69 | 37 | 3A | 0 | 3B | F3 | 29 | 1D |
| Octal | 57 | 54 | 151 | 67 | 72 | 0 | 73 | 363 | 51 | 35 |
| Binary | 101111 | 101100 | 1101001 | 110111 | 111010 | 0 | 111011 | 11110011 | 101001 | 11101 |
Color Harmonies of #2F2C69
Complementary color
Monochromatic Colors of #2F2C69
Black with #2F2C69
Text Example
Text Example
White with #2F2C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2C69; }
p { color: rgb(47,44,105); }
H1.HeaderClassName
{
color: #2F2C69;
}
.AnyTagClassName
{
color: #2F2C69;
}
</style>
background-color css
<style>
a { background-color: #2F2C69; }
a { background-color: rgb(47,44,105); }
div.DivClassName
{
background-color: #2F2C69;
}
.BgClassName
{
background-color: #2F2C69;
}
</style>
border-color css
<style>
span { border-color: #2F2C69; }
span { border-color: rgb(47,44,105); }
td.TdClassName
{
border-color: #2F2C69;
}
.TagClassName
{
border-color: #2F2C69;
}
</style>