Shades of Deep Koamaru #32305D
Tints of Deep Koamaru #32305D
RGB
CMYK
RGB Variations
Color information
#32305D (or 0x32305D) is known color: Deep Koamaru. HEX triplet: 32, 30 and 5D. RGB value is (50,48,93). Sum of RGB (Red+Green+Blue) = 50+48+93=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #32305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32305D is #CDCFA2. Grayscale: #353535. Windows color (decimal): -13488035 or 6107186. OLE color: 6107186.
HSL color Cylindrical-coordinate representation of color #32305D: hue angle of 242.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32305D is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 48 | 93 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.64 |
| HSL | 242.67º | 0.32% | 0.28% | - |
| HSV(B) | 242.67º | 0.48% | 0.36% | - |
| XYZ | 4.35 | 3.58 | 10.82 | - |
| YUV | 53.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 93 | 0.46 | 0.48 | 0 | 0.64 | 242.67 | 0.32 | 0.28 |
| Hex | 32 | 30 | 5D | 2E | 30 | 0 | 40 | F3 | 20 | 1C |
| Octal | 62 | 60 | 135 | 56 | 60 | 0 | 100 | 363 | 40 | 34 |
| Binary | 110010 | 110000 | 1011101 | 101110 | 110000 | 0 | 1000000 | 11110011 | 100000 | 11100 |
Color Harmonies of #32305D
Complementary color
Monochromatic Colors of #32305D
Black with #32305D
Text Example
Text Example
White with #32305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32305D; }
p { color: rgb(50,48,93); }
H1.HeaderClassName
{
color: #32305D;
}
.AnyTagClassName
{
color: #32305D;
}
</style>
background-color css
<style>
a { background-color: #32305D; }
a { background-color: rgb(50,48,93); }
div.DivClassName
{
background-color: #32305D;
}
.BgClassName
{
background-color: #32305D;
}
</style>
border-color css
<style>
span { border-color: #32305D; }
span { border-color: rgb(50,48,93); }
td.TdClassName
{
border-color: #32305D;
}
.TagClassName
{
border-color: #32305D;
}
</style>