Shades of Deep Koamaru #353663
Tints of Deep Koamaru #353663
RGB
CMYK
RGB Variations
Color information
#353663 (or 0x353663) is known color: Deep Koamaru. HEX triplet: 35, 36 and 63. RGB value is (53,54,99). Sum of RGB (Red+Green+Blue) = 53+54+99=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #353663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353663 is #CAC99C. Grayscale: #3A3A3A. Windows color (decimal): -13289885 or 6501941. OLE color: 6501941.
HSL color Cylindrical-coordinate representation of color #353663: hue angle of 238.7º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353663 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 54 | 99 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.61 |
| HSL | 238.7º | 0.3% | 0.3% | - |
| HSV(B) | 238.7º | 0.46% | 0.39% | - |
| XYZ | 5.04 | 4.3 | 12.37 | - |
| YUV | 58.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 99 | 0.46 | 0.45 | 0 | 0.61 | 238.7 | 0.3 | 0.3 |
| Hex | 35 | 36 | 63 | 2E | 2D | 0 | 3D | EF | 1E | 1E |
| Octal | 65 | 66 | 143 | 56 | 55 | 0 | 75 | 357 | 36 | 36 |
| Binary | 110101 | 110110 | 1100011 | 101110 | 101101 | 0 | 111101 | 11101111 | 11110 | 11110 |
Color Harmonies of #353663
Complementary color
Monochromatic Colors of #353663
Black with #353663
Text Example
Text Example
White with #353663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353663; }
p { color: rgb(53,54,99); }
H1.HeaderClassName
{
color: #353663;
}
.AnyTagClassName
{
color: #353663;
}
</style>
background-color css
<style>
a { background-color: #353663; }
a { background-color: rgb(53,54,99); }
div.DivClassName
{
background-color: #353663;
}
.BgClassName
{
background-color: #353663;
}
</style>
border-color css
<style>
span { border-color: #353663; }
span { border-color: rgb(53,54,99); }
td.TdClassName
{
border-color: #353663;
}
.TagClassName
{
border-color: #353663;
}
</style>