Shades of Deep Koamaru #322F68
Tints of Deep Koamaru #322F68
RGB
CMYK
RGB Variations
Color information
#322F68 (or 0x322F68) is known color: Deep Koamaru. HEX triplet: 32, 2F and 68. RGB value is (50,47,104). Sum of RGB (Red+Green+Blue) = 50+47+104=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #322F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F68 is #CDD097. Grayscale: #363636. Windows color (decimal): -13488280 or 6827826. OLE color: 6827826.
HSL color Cylindrical-coordinate representation of color #322F68: hue angle of 243.16º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #322F68 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 47 | 104 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.59 |
| HSL | 243.16º | 0.38% | 0.3% | - |
| HSV(B) | 243.16º | 0.55% | 0.41% | - |
| XYZ | 4.83 | 3.71 | 13.56 | - |
| YUV | 54.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 104 | 0.52 | 0.55 | 0 | 0.59 | 243.16 | 0.38 | 0.3 |
| Hex | 32 | 2F | 68 | 34 | 37 | 0 | 3B | F3 | 26 | 1E |
| Octal | 62 | 57 | 150 | 64 | 67 | 0 | 73 | 363 | 46 | 36 |
| Binary | 110010 | 101111 | 1101000 | 110100 | 110111 | 0 | 111011 | 11110011 | 100110 | 11110 |
Color Harmonies of #322F68
Complementary color
Monochromatic Colors of #322F68
Black with #322F68
Text Example
Text Example
White with #322F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F68; }
p { color: rgb(50,47,104); }
H1.HeaderClassName
{
color: #322F68;
}
.AnyTagClassName
{
color: #322F68;
}
</style>
background-color css
<style>
a { background-color: #322F68; }
a { background-color: rgb(50,47,104); }
div.DivClassName
{
background-color: #322F68;
}
.BgClassName
{
background-color: #322F68;
}
</style>
border-color css
<style>
span { border-color: #322F68; }
span { border-color: rgb(50,47,104); }
td.TdClassName
{
border-color: #322F68;
}
.TagClassName
{
border-color: #322F68;
}
</style>