Shades of Deep Koamaru #32346E
Tints of Deep Koamaru #32346E
RGB
CMYK
RGB Variations
Color information
#32346E (or 0x32346E) is known color: Deep Koamaru. HEX triplet: 32, 34 and 6E. RGB value is (50,52,110). Sum of RGB (Red+Green+Blue) = 50+52+110=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #32346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32346E is #CDCB91. Grayscale: #393939. Windows color (decimal): -13486994 or 7222322. OLE color: 7222322.
HSL color Cylindrical-coordinate representation of color #32346E: hue angle of 238º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32346E is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 52 | 110 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.57 |
| HSL | 238º | 0.38% | 0.31% | - |
| HSV(B) | 238º | 0.55% | 0.43% | - |
| XYZ | 5.36 | 4.26 | 15.29 | - |
| YUV | 58.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 110 | 0.55 | 0.53 | 0 | 0.57 | 238 | 0.38 | 0.31 |
| Hex | 32 | 34 | 6E | 37 | 35 | 0 | 39 | EE | 26 | 1F |
| Octal | 62 | 64 | 156 | 67 | 65 | 0 | 71 | 356 | 46 | 37 |
| Binary | 110010 | 110100 | 1101110 | 110111 | 110101 | 0 | 111001 | 11101110 | 100110 | 11111 |
Color Harmonies of #32346E
Complementary color
Monochromatic Colors of #32346E
Black with #32346E
Text Example
Text Example
White with #32346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32346E; }
p { color: rgb(50,52,110); }
H1.HeaderClassName
{
color: #32346E;
}
.AnyTagClassName
{
color: #32346E;
}
</style>
background-color css
<style>
a { background-color: #32346E; }
a { background-color: rgb(50,52,110); }
div.DivClassName
{
background-color: #32346E;
}
.BgClassName
{
background-color: #32346E;
}
</style>
border-color css
<style>
span { border-color: #32346E; }
span { border-color: rgb(50,52,110); }
td.TdClassName
{
border-color: #32346E;
}
.TagClassName
{
border-color: #32346E;
}
</style>