Shades of Deep Koamaru #353764
Tints of Deep Koamaru #353764
RGB
CMYK
RGB Variations
Color information
#353764 (or 0x353764) is known color: Deep Koamaru. HEX triplet: 35, 37 and 64. RGB value is (53,55,100). Sum of RGB (Red+Green+Blue) = 53+55+100=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #353764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353764 is #CAC89B. Grayscale: #3B3B3B. Windows color (decimal): -13289628 or 6567733. OLE color: 6567733.
HSL color Cylindrical-coordinate representation of color #353764: hue angle of 237.45º 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 #353764 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 55 | 100 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.61 |
| HSL | 237.45º | 0.31% | 0.3% | - |
| HSV(B) | 237.45º | 0.47% | 0.39% | - |
| XYZ | 5.13 | 4.41 | 12.64 | - |
| YUV | 59.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 100 | 0.47 | 0.45 | 0 | 0.61 | 237.45 | 0.31 | 0.3 |
| Hex | 35 | 37 | 64 | 2F | 2D | 0 | 3D | ED | 1F | 1E |
| Octal | 65 | 67 | 144 | 57 | 55 | 0 | 75 | 355 | 37 | 36 |
| Binary | 110101 | 110111 | 1100100 | 101111 | 101101 | 0 | 111101 | 11101101 | 11111 | 11110 |
Color Harmonies of #353764
Complementary color
Monochromatic Colors of #353764
Black with #353764
Text Example
Text Example
White with #353764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353764; }
p { color: rgb(53,55,100); }
H1.HeaderClassName
{
color: #353764;
}
.AnyTagClassName
{
color: #353764;
}
</style>
background-color css
<style>
a { background-color: #353764; }
a { background-color: rgb(53,55,100); }
div.DivClassName
{
background-color: #353764;
}
.BgClassName
{
background-color: #353764;
}
</style>
border-color css
<style>
span { border-color: #353764; }
span { border-color: rgb(53,55,100); }
td.TdClassName
{
border-color: #353764;
}
.TagClassName
{
border-color: #353764;
}
</style>