Shades of Deep Koamaru #323766
Tints of Deep Koamaru #323766
RGB
CMYK
RGB Variations
Color information
#323766 (or 0x323766) is known color: Deep Koamaru. HEX triplet: 32, 37 and 66. RGB value is (50,55,102). Sum of RGB (Red+Green+Blue) = 50+55+102=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #323766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323766 is #CDC899. Grayscale: #3A3A3A. Windows color (decimal): -13486234 or 6698802. OLE color: 6698802.
HSL color Cylindrical-coordinate representation of color #323766: hue angle of 234.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #323766 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 55 | 102 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.6 |
| HSL | 234.23º | 0.34% | 0.3% | - |
| HSV(B) | 234.23º | 0.51% | 0.4% | - |
| XYZ | 5.08 | 4.37 | 13.15 | - |
| YUV | 58.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 102 | 0.51 | 0.46 | 0 | 0.6 | 234.23 | 0.34 | 0.3 |
| Hex | 32 | 37 | 66 | 33 | 2E | 0 | 3C | EA | 22 | 1E |
| Octal | 62 | 67 | 146 | 63 | 56 | 0 | 74 | 352 | 42 | 36 |
| Binary | 110010 | 110111 | 1100110 | 110011 | 101110 | 0 | 111100 | 11101010 | 100010 | 11110 |
Color Harmonies of #323766
Complementary color
Monochromatic Colors of #323766
Black with #323766
Text Example
Text Example
White with #323766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323766; }
p { color: rgb(50,55,102); }
H1.HeaderClassName
{
color: #323766;
}
.AnyTagClassName
{
color: #323766;
}
</style>
background-color css
<style>
a { background-color: #323766; }
a { background-color: rgb(50,55,102); }
div.DivClassName
{
background-color: #323766;
}
.BgClassName
{
background-color: #323766;
}
</style>
border-color css
<style>
span { border-color: #323766; }
span { border-color: rgb(50,55,102); }
td.TdClassName
{
border-color: #323766;
}
.TagClassName
{
border-color: #323766;
}
</style>