Shades of Deep Koamaru #323064
Tints of Deep Koamaru #323064
RGB
CMYK
RGB Variations
Color information
#323064 (or 0x323064) is known color: Deep Koamaru. HEX triplet: 32, 30 and 64. RGB value is (50,48,100). Sum of RGB (Red+Green+Blue) = 50+48+100=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #323064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323064 is #CDCF9B. Grayscale: #363636. Windows color (decimal): -13488028 or 6565938. OLE color: 6565938.
HSL color Cylindrical-coordinate representation of color #323064: hue angle of 242.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #323064 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 48 | 100 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.61 |
| HSL | 242.31º | 0.35% | 0.29% | - |
| HSV(B) | 242.31º | 0.52% | 0.39% | - |
| XYZ | 4.67 | 3.71 | 12.53 | - |
| YUV | 54.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 100 | 0.50 | 0.52 | 0 | 0.61 | 242.31 | 0.35 | 0.29 |
| Hex | 32 | 30 | 64 | 32 | 34 | 0 | 3D | F2 | 23 | 1D |
| Octal | 62 | 60 | 144 | 62 | 64 | 0 | 75 | 362 | 43 | 35 |
| Binary | 110010 | 110000 | 1100100 | 110010 | 110100 | 0 | 111101 | 11110010 | 100011 | 11101 |
Color Harmonies of #323064
Complementary color
Monochromatic Colors of #323064
Black with #323064
Text Example
Text Example
White with #323064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323064; }
p { color: rgb(50,48,100); }
H1.HeaderClassName
{
color: #323064;
}
.AnyTagClassName
{
color: #323064;
}
</style>
background-color css
<style>
a { background-color: #323064; }
a { background-color: rgb(50,48,100); }
div.DivClassName
{
background-color: #323064;
}
.BgClassName
{
background-color: #323064;
}
</style>
border-color css
<style>
span { border-color: #323064; }
span { border-color: rgb(50,48,100); }
td.TdClassName
{
border-color: #323064;
}
.TagClassName
{
border-color: #323064;
}
</style>