Shades of Deep Koamaru #353360
Tints of Deep Koamaru #353360
RGB
CMYK
RGB Variations
Color information
#353360 (or 0x353360) is known color: Deep Koamaru. HEX triplet: 35, 33 and 60. RGB value is (53,51,96). Sum of RGB (Red+Green+Blue) = 53+51+96=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #353360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353360 is #CACC9F. Grayscale: #383838. Windows color (decimal): -13290656 or 6304565. OLE color: 6304565.
HSL color Cylindrical-coordinate representation of color #353360: hue angle of 242.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #353360 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 51 | 96 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.62 |
| HSL | 242.67º | 0.31% | 0.29% | - |
| HSV(B) | 242.67º | 0.47% | 0.38% | - |
| XYZ | 4.76 | 3.97 | 11.58 | - |
| YUV | 56.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 96 | 0.45 | 0.47 | 0 | 0.62 | 242.67 | 0.31 | 0.29 |
| Hex | 35 | 33 | 60 | 2D | 2F | 0 | 3E | F3 | 1F | 1D |
| Octal | 65 | 63 | 140 | 55 | 57 | 0 | 76 | 363 | 37 | 35 |
| Binary | 110101 | 110011 | 1100000 | 101101 | 101111 | 0 | 111110 | 11110011 | 11111 | 11101 |
Color Harmonies of #353360
Complementary color
Monochromatic Colors of #353360
Black with #353360
Text Example
Text Example
White with #353360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353360; }
p { color: rgb(53,51,96); }
H1.HeaderClassName
{
color: #353360;
}
.AnyTagClassName
{
color: #353360;
}
</style>
background-color css
<style>
a { background-color: #353360; }
a { background-color: rgb(53,51,96); }
div.DivClassName
{
background-color: #353360;
}
.BgClassName
{
background-color: #353360;
}
</style>
border-color css
<style>
span { border-color: #353360; }
span { border-color: rgb(53,51,96); }
td.TdClassName
{
border-color: #353360;
}
.TagClassName
{
border-color: #353360;
}
</style>