Shades of Deep Koamaru #322A7C
Tints of Deep Koamaru #322A7C
RGB
CMYK
RGB Variations
Color information
#322A7C (or 0x322A7C) is known color: Deep Koamaru. HEX triplet: 32, 2A and 7C. RGB value is (50,42,124). Sum of RGB (Red+Green+Blue) = 50+42+124=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #322A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322A7C is #CDD583. Grayscale: #353535. Windows color (decimal): -13489540 or 8137266. OLE color: 8137266.
HSL color Cylindrical-coordinate representation of color #322A7C: hue angle of 245.85º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322A7C is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 42 | 124 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.51 |
| HSL | 245.85º | 0.49% | 0.33% | - |
| HSV(B) | 245.85º | 0.66% | 0.49% | - |
| XYZ | 5.78 | 3.79 | 19.5 | - |
| YUV | 53.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 124 | 0.60 | 0.66 | 0 | 0.51 | 245.85 | 0.49 | 0.33 |
| Hex | 32 | 2A | 7C | 3C | 42 | 0 | 33 | F6 | 31 | 21 |
| Octal | 62 | 52 | 174 | 74 | 102 | 0 | 63 | 366 | 61 | 41 |
| Binary | 110010 | 101010 | 1111100 | 111100 | 1000010 | 0 | 110011 | 11110110 | 110001 | 100001 |
Color Harmonies of #322A7C
Complementary color
Monochromatic Colors of #322A7C
Black with #322A7C
Text Example
Text Example
White with #322A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A7C; }
p { color: rgb(50,42,124); }
H1.HeaderClassName
{
color: #322A7C;
}
.AnyTagClassName
{
color: #322A7C;
}
</style>
background-color css
<style>
a { background-color: #322A7C; }
a { background-color: rgb(50,42,124); }
div.DivClassName
{
background-color: #322A7C;
}
.BgClassName
{
background-color: #322A7C;
}
</style>
border-color css
<style>
span { border-color: #322A7C; }
span { border-color: rgb(50,42,124); }
td.TdClassName
{
border-color: #322A7C;
}
.TagClassName
{
border-color: #322A7C;
}
</style>