Shades of Deep Koamaru #35356E
Tints of Deep Koamaru #35356E
RGB
CMYK
RGB Variations
Color information
#35356E (or 0x35356E) is known color: Deep Koamaru. HEX triplet: 35, 35 and 6E. RGB value is (53,53,110). Sum of RGB (Red+Green+Blue) = 53+53+110=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #35356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35356E is #CACA91. Grayscale: #3B3B3B. Windows color (decimal): -13290130 or 7222581. OLE color: 7222581.
HSL color Cylindrical-coordinate representation of color #35356E: hue angle of 240º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35356E is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 53 | 110 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.57 |
| HSL | 240º | 0.35% | 0.32% | - |
| HSV(B) | 240º | 0.52% | 0.43% | - |
| XYZ | 5.56 | 4.43 | 15.31 | - |
| YUV | 59.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 110 | 0.52 | 0.52 | 0 | 0.57 | 240 | 0.35 | 0.32 |
| Hex | 35 | 35 | 6E | 34 | 34 | 0 | 39 | F0 | 23 | 20 |
| Octal | 65 | 65 | 156 | 64 | 64 | 0 | 71 | 360 | 43 | 40 |
| Binary | 110101 | 110101 | 1101110 | 110100 | 110100 | 0 | 111001 | 11110000 | 100011 | 100000 |
Color Harmonies of #35356E
Complementary color
Monochromatic Colors of #35356E
Black with #35356E
Text Example
Text Example
White with #35356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35356E; }
p { color: rgb(53,53,110); }
H1.HeaderClassName
{
color: #35356E;
}
.AnyTagClassName
{
color: #35356E;
}
</style>
background-color css
<style>
a { background-color: #35356E; }
a { background-color: rgb(53,53,110); }
div.DivClassName
{
background-color: #35356E;
}
.BgClassName
{
background-color: #35356E;
}
</style>
border-color css
<style>
span { border-color: #35356E; }
span { border-color: rgb(53,53,110); }
td.TdClassName
{
border-color: #35356E;
}
.TagClassName
{
border-color: #35356E;
}
</style>