Shades of Deep Koamaru #323370
Tints of Deep Koamaru #323370
RGB
CMYK
RGB Variations
Color information
#323370 (or 0x323370) is known color: Deep Koamaru. HEX triplet: 32, 33 and 70. RGB value is (50,51,112). Sum of RGB (Red+Green+Blue) = 50+51+112=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #323370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323370 is #CDCC8F. Grayscale: #393939. Windows color (decimal): -13487248 or 7353138. OLE color: 7353138.
HSL color Cylindrical-coordinate representation of color #323370: hue angle of 239.03º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #323370 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 51 | 112 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.56 |
| HSL | 239.03º | 0.38% | 0.32% | - |
| HSV(B) | 239.03º | 0.55% | 0.44% | - |
| XYZ | 5.42 | 4.22 | 15.86 | - |
| YUV | 57.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 112 | 0.55 | 0.54 | 0 | 0.56 | 239.03 | 0.38 | 0.32 |
| Hex | 32 | 33 | 70 | 37 | 36 | 0 | 38 | EF | 26 | 20 |
| Octal | 62 | 63 | 160 | 67 | 66 | 0 | 70 | 357 | 46 | 40 |
| Binary | 110010 | 110011 | 1110000 | 110111 | 110110 | 0 | 111000 | 11101111 | 100110 | 100000 |
Color Harmonies of #323370
Complementary color
Monochromatic Colors of #323370
Black with #323370
Text Example
Text Example
White with #323370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323370; }
p { color: rgb(50,51,112); }
H1.HeaderClassName
{
color: #323370;
}
.AnyTagClassName
{
color: #323370;
}
</style>
background-color css
<style>
a { background-color: #323370; }
a { background-color: rgb(50,51,112); }
div.DivClassName
{
background-color: #323370;
}
.BgClassName
{
background-color: #323370;
}
</style>
border-color css
<style>
span { border-color: #323370; }
span { border-color: rgb(50,51,112); }
td.TdClassName
{
border-color: #323370;
}
.TagClassName
{
border-color: #323370;
}
</style>