Shades of Deep Koamaru #32386B
Tints of Deep Koamaru #32386B
RGB
CMYK
RGB Variations
Color information
#32386B (or 0x32386B) is known color: Deep Koamaru. HEX triplet: 32, 38 and 6B. RGB value is (50,56,107). Sum of RGB (Red+Green+Blue) = 50+56+107=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #32386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32386B is #CDC794. Grayscale: #3B3B3B. Windows color (decimal): -13485973 or 7026738. OLE color: 7026738.
HSL color Cylindrical-coordinate representation of color #32386B: hue angle of 233.68º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32386B is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 56 | 107 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.58 |
| HSL | 233.68º | 0.36% | 0.31% | - |
| HSV(B) | 233.68º | 0.53% | 0.42% | - |
| XYZ | 5.38 | 4.57 | 14.51 | - |
| YUV | 60.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 107 | 0.53 | 0.48 | 0 | 0.58 | 233.68 | 0.36 | 0.31 |
| Hex | 32 | 38 | 6B | 35 | 30 | 0 | 3A | EA | 24 | 1F |
| Octal | 62 | 70 | 153 | 65 | 60 | 0 | 72 | 352 | 44 | 37 |
| Binary | 110010 | 111000 | 1101011 | 110101 | 110000 | 0 | 111010 | 11101010 | 100100 | 11111 |
Color Harmonies of #32386B
Complementary color
Monochromatic Colors of #32386B
Black with #32386B
Text Example
Text Example
White with #32386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32386B; }
p { color: rgb(50,56,107); }
H1.HeaderClassName
{
color: #32386B;
}
.AnyTagClassName
{
color: #32386B;
}
</style>
background-color css
<style>
a { background-color: #32386B; }
a { background-color: rgb(50,56,107); }
div.DivClassName
{
background-color: #32386B;
}
.BgClassName
{
background-color: #32386B;
}
</style>
border-color css
<style>
span { border-color: #32386B; }
span { border-color: rgb(50,56,107); }
td.TdClassName
{
border-color: #32386B;
}
.TagClassName
{
border-color: #32386B;
}
</style>