Shades of Deep Koamaru #323066
Tints of Deep Koamaru #323066
RGB
CMYK
RGB Variations
Color information
#323066 (or 0x323066) is known color: Deep Koamaru. HEX triplet: 32, 30 and 66. RGB value is (50,48,102). Sum of RGB (Red+Green+Blue) = 50+48+102=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #323066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323066 is #CDCF99. Grayscale: #363636. Windows color (decimal): -13488026 or 6697010. OLE color: 6697010.
HSL color Cylindrical-coordinate representation of color #323066: hue angle of 242.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #323066 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 48 | 102 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.6 |
| HSL | 242.22º | 0.36% | 0.29% | - |
| HSV(B) | 242.22º | 0.53% | 0.4% | - |
| XYZ | 4.77 | 3.75 | 13.04 | - |
| YUV | 54.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 102 | 0.51 | 0.53 | 0 | 0.6 | 242.22 | 0.36 | 0.29 |
| Hex | 32 | 30 | 66 | 33 | 35 | 0 | 3C | F2 | 24 | 1D |
| Octal | 62 | 60 | 146 | 63 | 65 | 0 | 74 | 362 | 44 | 35 |
| Binary | 110010 | 110000 | 1100110 | 110011 | 110101 | 0 | 111100 | 11110010 | 100100 | 11101 |
Color Harmonies of #323066
Complementary color
Monochromatic Colors of #323066
Black with #323066
Text Example
Text Example
White with #323066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323066; }
p { color: rgb(50,48,102); }
H1.HeaderClassName
{
color: #323066;
}
.AnyTagClassName
{
color: #323066;
}
</style>
background-color css
<style>
a { background-color: #323066; }
a { background-color: rgb(50,48,102); }
div.DivClassName
{
background-color: #323066;
}
.BgClassName
{
background-color: #323066;
}
</style>
border-color css
<style>
span { border-color: #323066; }
span { border-color: rgb(50,48,102); }
td.TdClassName
{
border-color: #323066;
}
.TagClassName
{
border-color: #323066;
}
</style>