Shades of Deep Koamaru #322F64
Tints of Deep Koamaru #322F64
RGB
CMYK
RGB Variations
Color information
#322F64 (or 0x322F64) is known color: Deep Koamaru. HEX triplet: 32, 2F and 64. RGB value is (50,47,100). Sum of RGB (Red+Green+Blue) = 50+47+100=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #322F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F64 is #CDD09B. Grayscale: #353535. Windows color (decimal): -13488284 or 6565682. OLE color: 6565682.
HSL color Cylindrical-coordinate representation of color #322F64: hue angle of 243.4º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #322F64 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 47 | 100 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.61 |
| HSL | 243.4º | 0.36% | 0.29% | - |
| HSV(B) | 243.4º | 0.53% | 0.39% | - |
| XYZ | 4.63 | 3.63 | 12.51 | - |
| YUV | 53.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 100 | 0.50 | 0.53 | 0 | 0.61 | 243.4 | 0.36 | 0.29 |
| Hex | 32 | 2F | 64 | 32 | 35 | 0 | 3D | F3 | 24 | 1D |
| Octal | 62 | 57 | 144 | 62 | 65 | 0 | 75 | 363 | 44 | 35 |
| Binary | 110010 | 101111 | 1100100 | 110010 | 110101 | 0 | 111101 | 11110011 | 100100 | 11101 |
Color Harmonies of #322F64
Complementary color
Monochromatic Colors of #322F64
Black with #322F64
Text Example
Text Example
White with #322F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F64; }
p { color: rgb(50,47,100); }
H1.HeaderClassName
{
color: #322F64;
}
.AnyTagClassName
{
color: #322F64;
}
</style>
background-color css
<style>
a { background-color: #322F64; }
a { background-color: rgb(50,47,100); }
div.DivClassName
{
background-color: #322F64;
}
.BgClassName
{
background-color: #322F64;
}
</style>
border-color css
<style>
span { border-color: #322F64; }
span { border-color: rgb(50,47,100); }
td.TdClassName
{
border-color: #322F64;
}
.TagClassName
{
border-color: #322F64;
}
</style>