Shades of Deep Koamaru #352D6C
Tints of Deep Koamaru #352D6C
RGB
CMYK
RGB Variations
Color information
#352D6C (or 0x352D6C) is known color: Deep Koamaru. HEX triplet: 35, 2D and 6C. RGB value is (53,45,108). Sum of RGB (Red+Green+Blue) = 53+45+108=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #352D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D6C is #CAD293. Grayscale: #363636. Windows color (decimal): -13292180 or 7089461. OLE color: 7089461.
HSL color Cylindrical-coordinate representation of color #352D6C: hue angle of 247.62º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352D6C is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 45 | 108 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.58 |
| HSL | 247.62º | 0.41% | 0.3% | - |
| HSV(B) | 247.62º | 0.58% | 0.42% | - |
| XYZ | 5.11 | 3.72 | 14.64 | - |
| YUV | 54.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 108 | 0.51 | 0.58 | 0 | 0.58 | 247.62 | 0.41 | 0.3 |
| Hex | 35 | 2D | 6C | 33 | 3A | 0 | 3A | F8 | 29 | 1E |
| Octal | 65 | 55 | 154 | 63 | 72 | 0 | 72 | 370 | 51 | 36 |
| Binary | 110101 | 101101 | 1101100 | 110011 | 111010 | 0 | 111010 | 11111000 | 101001 | 11110 |
Color Harmonies of #352D6C
Complementary color
Monochromatic Colors of #352D6C
Black with #352D6C
Text Example
Text Example
White with #352D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D6C; }
p { color: rgb(53,45,108); }
H1.HeaderClassName
{
color: #352D6C;
}
.AnyTagClassName
{
color: #352D6C;
}
</style>
background-color css
<style>
a { background-color: #352D6C; }
a { background-color: rgb(53,45,108); }
div.DivClassName
{
background-color: #352D6C;
}
.BgClassName
{
background-color: #352D6C;
}
</style>
border-color css
<style>
span { border-color: #352D6C; }
span { border-color: rgb(53,45,108); }
td.TdClassName
{
border-color: #352D6C;
}
.TagClassName
{
border-color: #352D6C;
}
</style>