Shades of Deep Koamaru #323266
Tints of Deep Koamaru #323266
RGB
CMYK
RGB Variations
Color information
#323266 (or 0x323266) is known color: Deep Koamaru. HEX triplet: 32, 32 and 66. RGB value is (50,50,102). Sum of RGB (Red+Green+Blue) = 50+50+102=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #323266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323266 is #CDCD99. Grayscale: #373737. Windows color (decimal): -13487514 or 6697522. OLE color: 6697522.
HSL color Cylindrical-coordinate representation of color #323266: hue angle of 240º 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 #323266 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 50 | 102 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.6 |
| HSL | 240º | 0.34% | 0.3% | - |
| HSV(B) | 240º | 0.51% | 0.4% | - |
| XYZ | 4.85 | 3.92 | 13.07 | - |
| YUV | 55.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 102 | 0.51 | 0.51 | 0 | 0.6 | 240 | 0.34 | 0.3 |
| Hex | 32 | 32 | 66 | 33 | 33 | 0 | 3C | F0 | 22 | 1E |
| Octal | 62 | 62 | 146 | 63 | 63 | 0 | 74 | 360 | 42 | 36 |
| Binary | 110010 | 110010 | 1100110 | 110011 | 110011 | 0 | 111100 | 11110000 | 100010 | 11110 |
Color Harmonies of #323266
Complementary color
Monochromatic Colors of #323266
Black with #323266
Text Example
Text Example
White with #323266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323266; }
p { color: rgb(50,50,102); }
H1.HeaderClassName
{
color: #323266;
}
.AnyTagClassName
{
color: #323266;
}
</style>
background-color css
<style>
a { background-color: #323266; }
a { background-color: rgb(50,50,102); }
div.DivClassName
{
background-color: #323266;
}
.BgClassName
{
background-color: #323266;
}
</style>
border-color css
<style>
span { border-color: #323266; }
span { border-color: rgb(50,50,102); }
td.TdClassName
{
border-color: #323266;
}
.TagClassName
{
border-color: #323266;
}
</style>