Shades of Deep Koamaru #353664
Tints of Deep Koamaru #353664
RGB
CMYK
RGB Variations
Color information
#353664 (or 0x353664) is known color: Deep Koamaru. HEX triplet: 35, 36 and 64. RGB value is (53,54,100). Sum of RGB (Red+Green+Blue) = 53+54+100=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #353664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353664 is #CAC99B. Grayscale: #3A3A3A. Windows color (decimal): -13289884 or 6567477. OLE color: 6567477.
HSL color Cylindrical-coordinate representation of color #353664: hue angle of 238.72º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #353664 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 54 | 100 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.61 |
| HSL | 238.72º | 0.31% | 0.3% | - |
| HSV(B) | 238.72º | 0.47% | 0.39% | - |
| XYZ | 5.09 | 4.32 | 12.62 | - |
| YUV | 58.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 100 | 0.47 | 0.46 | 0 | 0.61 | 238.72 | 0.31 | 0.3 |
| Hex | 35 | 36 | 64 | 2F | 2E | 0 | 3D | EF | 1F | 1E |
| Octal | 65 | 66 | 144 | 57 | 56 | 0 | 75 | 357 | 37 | 36 |
| Binary | 110101 | 110110 | 1100100 | 101111 | 101110 | 0 | 111101 | 11101111 | 11111 | 11110 |
Color Harmonies of #353664
Complementary color
Monochromatic Colors of #353664
Black with #353664
Text Example
Text Example
White with #353664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353664; }
p { color: rgb(53,54,100); }
H1.HeaderClassName
{
color: #353664;
}
.AnyTagClassName
{
color: #353664;
}
</style>
background-color css
<style>
a { background-color: #353664; }
a { background-color: rgb(53,54,100); }
div.DivClassName
{
background-color: #353664;
}
.BgClassName
{
background-color: #353664;
}
</style>
border-color css
<style>
span { border-color: #353664; }
span { border-color: rgb(53,54,100); }
td.TdClassName
{
border-color: #353664;
}
.TagClassName
{
border-color: #353664;
}
</style>