Shades of Deep Koamaru #323063
Tints of Deep Koamaru #323063
RGB
CMYK
RGB Variations
Color information
#323063 (or 0x323063) is known color: Deep Koamaru. HEX triplet: 32, 30 and 63. RGB value is (50,48,99). Sum of RGB (Red+Green+Blue) = 50+48+99=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #323063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323063 is #CDCF9C. Grayscale: #363636. Windows color (decimal): -13488029 or 6500402. OLE color: 6500402.
HSL color Cylindrical-coordinate representation of color #323063: hue angle of 242.35º 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 #323063 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 48 | 99 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.61 |
| HSL | 242.35º | 0.35% | 0.29% | - |
| HSV(B) | 242.35º | 0.52% | 0.39% | - |
| XYZ | 4.62 | 3.69 | 12.27 | - |
| YUV | 54.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 99 | 0.49 | 0.52 | 0 | 0.61 | 242.35 | 0.35 | 0.29 |
| Hex | 32 | 30 | 63 | 31 | 34 | 0 | 3D | F2 | 23 | 1D |
| Octal | 62 | 60 | 143 | 61 | 64 | 0 | 75 | 362 | 43 | 35 |
| Binary | 110010 | 110000 | 1100011 | 110001 | 110100 | 0 | 111101 | 11110010 | 100011 | 11101 |
Color Harmonies of #323063
Complementary color
Monochromatic Colors of #323063
Black with #323063
Text Example
Text Example
White with #323063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323063; }
p { color: rgb(50,48,99); }
H1.HeaderClassName
{
color: #323063;
}
.AnyTagClassName
{
color: #323063;
}
</style>
background-color css
<style>
a { background-color: #323063; }
a { background-color: rgb(50,48,99); }
div.DivClassName
{
background-color: #323063;
}
.BgClassName
{
background-color: #323063;
}
</style>
border-color css
<style>
span { border-color: #323063; }
span { border-color: rgb(50,48,99); }
td.TdClassName
{
border-color: #323063;
}
.TagClassName
{
border-color: #323063;
}
</style>