Shades of Deep Koamaru #352E7A
Tints of Deep Koamaru #352E7A
RGB
CMYK
RGB Variations
Color information
#352E7A (or 0x352E7A) is known color: Deep Koamaru. HEX triplet: 35, 2E and 7A. RGB value is (53,46,122). Sum of RGB (Red+Green+Blue) = 53+46+122=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #352E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E7A is #CAD185. Grayscale: #383838. Windows color (decimal): -13291910 or 8007221. OLE color: 8007221.
HSL color Cylindrical-coordinate representation of color #352E7A: hue angle of 245.53º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352E7A is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 46 | 122 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.52 |
| HSL | 245.53º | 0.45% | 0.33% | - |
| HSV(B) | 245.53º | 0.62% | 0.48% | - |
| XYZ | 5.96 | 4.12 | 18.89 | - |
| YUV | 56.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 122 | 0.57 | 0.62 | 0 | 0.52 | 245.53 | 0.45 | 0.33 |
| Hex | 35 | 2E | 7A | 39 | 3E | 0 | 34 | F6 | 2D | 21 |
| Octal | 65 | 56 | 172 | 71 | 76 | 0 | 64 | 366 | 55 | 41 |
| Binary | 110101 | 101110 | 1111010 | 111001 | 111110 | 0 | 110100 | 11110110 | 101101 | 100001 |
Color Harmonies of #352E7A
Complementary color
Monochromatic Colors of #352E7A
Black with #352E7A
Text Example
Text Example
White with #352E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E7A; }
p { color: rgb(53,46,122); }
H1.HeaderClassName
{
color: #352E7A;
}
.AnyTagClassName
{
color: #352E7A;
}
</style>
background-color css
<style>
a { background-color: #352E7A; }
a { background-color: rgb(53,46,122); }
div.DivClassName
{
background-color: #352E7A;
}
.BgClassName
{
background-color: #352E7A;
}
</style>
border-color css
<style>
span { border-color: #352E7A; }
span { border-color: rgb(53,46,122); }
td.TdClassName
{
border-color: #352E7A;
}
.TagClassName
{
border-color: #352E7A;
}
</style>