Shades of Deep Koamaru #322F67
Tints of Deep Koamaru #322F67
RGB
CMYK
RGB Variations
Color information
#322F67 (or 0x322F67) is known color: Deep Koamaru. HEX triplet: 32, 2F and 67. RGB value is (50,47,103). Sum of RGB (Red+Green+Blue) = 50+47+103=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #322F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F67 is #CDD098. Grayscale: #363636. Windows color (decimal): -13488281 or 6762290. OLE color: 6762290.
HSL color Cylindrical-coordinate representation of color #322F67: hue angle of 243.21º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #322F67 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 47 | 103 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.60 |
| HSL | 243.21º | 0.37% | 0.29% | - |
| HSV(B) | 243.21º | 0.54% | 0.4% | - |
| XYZ | 4.78 | 3.69 | 13.29 | - |
| YUV | 54.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 103 | 0.51 | 0.54 | 0 | 0.60 | 243.21 | 0.37 | 0.29 |
| Hex | 32 | 2F | 67 | 33 | 36 | 0 | 3C | F3 | 25 | 1D |
| Octal | 62 | 57 | 147 | 63 | 66 | 0 | 74 | 363 | 45 | 35 |
| Binary | 110010 | 101111 | 1100111 | 110011 | 110110 | 0 | 111100 | 11110011 | 100101 | 11101 |
Color Harmonies of #322F67
Complementary color
Monochromatic Colors of #322F67
Black with #322F67
Text Example
Text Example
White with #322F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F67; }
p { color: rgb(50,47,103); }
H1.HeaderClassName
{
color: #322F67;
}
.AnyTagClassName
{
color: #322F67;
}
</style>
background-color css
<style>
a { background-color: #322F67; }
a { background-color: rgb(50,47,103); }
div.DivClassName
{
background-color: #322F67;
}
.BgClassName
{
background-color: #322F67;
}
</style>
border-color css
<style>
span { border-color: #322F67; }
span { border-color: rgb(50,47,103); }
td.TdClassName
{
border-color: #322F67;
}
.TagClassName
{
border-color: #322F67;
}
</style>