Shades of Deep Koamaru #322B7B
Tints of Deep Koamaru #322B7B
RGB
CMYK
RGB Variations
Color information
#322B7B (or 0x322B7B) is known color: Deep Koamaru. HEX triplet: 32, 2B and 7B. RGB value is (50,43,123). Sum of RGB (Red+Green+Blue) = 50+43+123=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #322B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B7B is #CDD484. Grayscale: #353535. Windows color (decimal): -13489285 or 8071986. OLE color: 8071986.
HSL color Cylindrical-coordinate representation of color #322B7B: hue angle of 245.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #322B7B is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 43 | 123 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.52 |
| HSL | 245.25º | 0.48% | 0.33% | - |
| HSV(B) | 245.25º | 0.65% | 0.48% | - |
| XYZ | 5.75 | 3.84 | 19.18 | - |
| YUV | 54.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 123 | 0.59 | 0.65 | 0 | 0.52 | 245.25 | 0.48 | 0.33 |
| Hex | 32 | 2B | 7B | 3B | 41 | 0 | 34 | F5 | 30 | 21 |
| Octal | 62 | 53 | 173 | 73 | 101 | 0 | 64 | 365 | 60 | 41 |
| Binary | 110010 | 101011 | 1111011 | 111011 | 1000001 | 0 | 110100 | 11110101 | 110000 | 100001 |
Color Harmonies of #322B7B
Complementary color
Monochromatic Colors of #322B7B
Black with #322B7B
Text Example
Text Example
White with #322B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B7B; }
p { color: rgb(50,43,123); }
H1.HeaderClassName
{
color: #322B7B;
}
.AnyTagClassName
{
color: #322B7B;
}
</style>
background-color css
<style>
a { background-color: #322B7B; }
a { background-color: rgb(50,43,123); }
div.DivClassName
{
background-color: #322B7B;
}
.BgClassName
{
background-color: #322B7B;
}
</style>
border-color css
<style>
span { border-color: #322B7B; }
span { border-color: rgb(50,43,123); }
td.TdClassName
{
border-color: #322B7B;
}
.TagClassName
{
border-color: #322B7B;
}
</style>