Shades of Deep Koamaru #323358
Tints of Deep Koamaru #323358
RGB
CMYK
RGB Variations
Color information
#323358 (or 0x323358) is known color: Deep Koamaru. HEX triplet: 32, 33 and 58. RGB value is (50,51,88). Sum of RGB (Red+Green+Blue) = 50+51+88=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #323358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323358 is #CDCCA7. Grayscale: #363636. Windows color (decimal): -13487272 or 5780274. OLE color: 5780274.
HSL color Cylindrical-coordinate representation of color #323358: hue angle of 238.42º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #323358 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 51 | 88 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.65 |
| HSL | 238.42º | 0.28% | 0.27% | - |
| HSV(B) | 238.42º | 0.43% | 0.35% | - |
| XYZ | 4.26 | 3.75 | 9.73 | - |
| YUV | 54.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 88 | 0.43 | 0.42 | 0 | 0.65 | 238.42 | 0.28 | 0.27 |
| Hex | 32 | 33 | 58 | 2B | 2A | 0 | 41 | EE | 1C | 1B |
| Octal | 62 | 63 | 130 | 53 | 52 | 0 | 101 | 356 | 34 | 33 |
| Binary | 110010 | 110011 | 1011000 | 101011 | 101010 | 0 | 1000001 | 11101110 | 11100 | 11011 |
Color Harmonies of #323358
Complementary color
Monochromatic Colors of #323358
Black with #323358
Text Example
Text Example
White with #323358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323358; }
p { color: rgb(50,51,88); }
H1.HeaderClassName
{
color: #323358;
}
.AnyTagClassName
{
color: #323358;
}
</style>
background-color css
<style>
a { background-color: #323358; }
a { background-color: rgb(50,51,88); }
div.DivClassName
{
background-color: #323358;
}
.BgClassName
{
background-color: #323358;
}
</style>
border-color css
<style>
span { border-color: #323358; }
span { border-color: rgb(50,51,88); }
td.TdClassName
{
border-color: #323358;
}
.TagClassName
{
border-color: #323358;
}
</style>