Shades of Deep Koamaru #323260
Tints of Deep Koamaru #323260
RGB
CMYK
RGB Variations
Color information
#323260 (or 0x323260) is known color: Deep Koamaru. HEX triplet: 32, 32 and 60. RGB value is (50,50,96). Sum of RGB (Red+Green+Blue) = 50+50+96=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #323260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323260 is #CDCD9F. Grayscale: #373737. Windows color (decimal): -13487520 or 6304306. OLE color: 6304306.
HSL color Cylindrical-coordinate representation of color #323260: hue angle of 240º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #323260 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 50 | 96 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.62 |
| HSL | 240º | 0.32% | 0.29% | - |
| HSV(B) | 240º | 0.48% | 0.38% | - |
| XYZ | 4.57 | 3.8 | 11.56 | - |
| YUV | 55.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 96 | 0.48 | 0.48 | 0 | 0.62 | 240 | 0.32 | 0.29 |
| Hex | 32 | 32 | 60 | 30 | 30 | 0 | 3E | F0 | 20 | 1D |
| Octal | 62 | 62 | 140 | 60 | 60 | 0 | 76 | 360 | 40 | 35 |
| Binary | 110010 | 110010 | 1100000 | 110000 | 110000 | 0 | 111110 | 11110000 | 100000 | 11101 |
Color Harmonies of #323260
Complementary color
Monochromatic Colors of #323260
Black with #323260
Text Example
Text Example
White with #323260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323260; }
p { color: rgb(50,50,96); }
H1.HeaderClassName
{
color: #323260;
}
.AnyTagClassName
{
color: #323260;
}
</style>
background-color css
<style>
a { background-color: #323260; }
a { background-color: rgb(50,50,96); }
div.DivClassName
{
background-color: #323260;
}
.BgClassName
{
background-color: #323260;
}
</style>
border-color css
<style>
span { border-color: #323260; }
span { border-color: rgb(50,50,96); }
td.TdClassName
{
border-color: #323260;
}
.TagClassName
{
border-color: #323260;
}
</style>