Shades of Deep Koamaru #323365
Tints of Deep Koamaru #323365
RGB
CMYK
RGB Variations
Color information
#323365 (or 0x323365) is known color: Deep Koamaru. HEX triplet: 32, 33 and 65. RGB value is (50,51,101). Sum of RGB (Red+Green+Blue) = 50+51+101=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #323365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323365 is #CDCC9A. Grayscale: #383838. Windows color (decimal): -13487259 or 6632242. OLE color: 6632242.
HSL color Cylindrical-coordinate representation of color #323365: hue angle of 238.82º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323365 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 51 | 101 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.60 |
| HSL | 238.82º | 0.34% | 0.3% | - |
| HSV(B) | 238.82º | 0.5% | 0.4% | - |
| XYZ | 4.85 | 3.99 | 12.83 | - |
| YUV | 56.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 101 | 0.50 | 0.50 | 0 | 0.60 | 238.82 | 0.34 | 0.3 |
| Hex | 32 | 33 | 65 | 32 | 32 | 0 | 3C | EF | 22 | 1E |
| Octal | 62 | 63 | 145 | 62 | 62 | 0 | 74 | 357 | 42 | 36 |
| Binary | 110010 | 110011 | 1100101 | 110010 | 110010 | 0 | 111100 | 11101111 | 100010 | 11110 |
Color Harmonies of #323365
Complementary color
Monochromatic Colors of #323365
Black with #323365
Text Example
Text Example
White with #323365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323365; }
p { color: rgb(50,51,101); }
H1.HeaderClassName
{
color: #323365;
}
.AnyTagClassName
{
color: #323365;
}
</style>
background-color css
<style>
a { background-color: #323365; }
a { background-color: rgb(50,51,101); }
div.DivClassName
{
background-color: #323365;
}
.BgClassName
{
background-color: #323365;
}
</style>
border-color css
<style>
span { border-color: #323365; }
span { border-color: rgb(50,51,101); }
td.TdClassName
{
border-color: #323365;
}
.TagClassName
{
border-color: #323365;
}
</style>