Shades of Deep Koamaru #323368
Tints of Deep Koamaru #323368
RGB
CMYK
RGB Variations
Color information
#323368 (or 0x323368) is known color: Deep Koamaru. HEX triplet: 32, 33 and 68. RGB value is (50,51,104). Sum of RGB (Red+Green+Blue) = 50+51+104=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #323368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323368 is #CDCC97. Grayscale: #383838. Windows color (decimal): -13487256 or 6828850. OLE color: 6828850.
HSL color Cylindrical-coordinate representation of color #323368: hue angle of 238.89º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #323368 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 51 | 104 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.59 |
| HSL | 238.89º | 0.35% | 0.3% | - |
| HSV(B) | 238.89º | 0.52% | 0.41% | - |
| XYZ | 5 | 4.05 | 13.61 | - |
| YUV | 56.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 104 | 0.52 | 0.51 | 0 | 0.59 | 238.89 | 0.35 | 0.3 |
| Hex | 32 | 33 | 68 | 34 | 33 | 0 | 3B | EF | 23 | 1E |
| Octal | 62 | 63 | 150 | 64 | 63 | 0 | 73 | 357 | 43 | 36 |
| Binary | 110010 | 110011 | 1101000 | 110100 | 110011 | 0 | 111011 | 11101111 | 100011 | 11110 |
Color Harmonies of #323368
Complementary color
Monochromatic Colors of #323368
Black with #323368
Text Example
Text Example
White with #323368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323368; }
p { color: rgb(50,51,104); }
H1.HeaderClassName
{
color: #323368;
}
.AnyTagClassName
{
color: #323368;
}
</style>
background-color css
<style>
a { background-color: #323368; }
a { background-color: rgb(50,51,104); }
div.DivClassName
{
background-color: #323368;
}
.BgClassName
{
background-color: #323368;
}
</style>
border-color css
<style>
span { border-color: #323368; }
span { border-color: rgb(50,51,104); }
td.TdClassName
{
border-color: #323368;
}
.TagClassName
{
border-color: #323368;
}
</style>