Shades of Deep Koamaru #353064
Tints of Deep Koamaru #353064
RGB
CMYK
RGB Variations
Color information
#353064 (or 0x353064) is known color: Deep Koamaru. HEX triplet: 35, 30 and 64. RGB value is (53,48,100). Sum of RGB (Red+Green+Blue) = 53+48+100=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #353064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353064 is #CACF9B. Grayscale: #373737. Windows color (decimal): -13291420 or 6565941. OLE color: 6565941.
HSL color Cylindrical-coordinate representation of color #353064: hue angle of 245.77º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #353064 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 48 | 100 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.61 |
| HSL | 245.77º | 0.35% | 0.29% | - |
| HSV(B) | 245.77º | 0.52% | 0.39% | - |
| XYZ | 4.83 | 3.79 | 12.53 | - |
| YUV | 55.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 100 | 0.47 | 0.52 | 0 | 0.61 | 245.77 | 0.35 | 0.29 |
| Hex | 35 | 30 | 64 | 2F | 34 | 0 | 3D | F6 | 23 | 1D |
| Octal | 65 | 60 | 144 | 57 | 64 | 0 | 75 | 366 | 43 | 35 |
| Binary | 110101 | 110000 | 1100100 | 101111 | 110100 | 0 | 111101 | 11110110 | 100011 | 11101 |
Color Harmonies of #353064
Complementary color
Monochromatic Colors of #353064
Black with #353064
Text Example
Text Example
White with #353064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353064; }
p { color: rgb(53,48,100); }
H1.HeaderClassName
{
color: #353064;
}
.AnyTagClassName
{
color: #353064;
}
</style>
background-color css
<style>
a { background-color: #353064; }
a { background-color: rgb(53,48,100); }
div.DivClassName
{
background-color: #353064;
}
.BgClassName
{
background-color: #353064;
}
</style>
border-color css
<style>
span { border-color: #353064; }
span { border-color: rgb(53,48,100); }
td.TdClassName
{
border-color: #353064;
}
.TagClassName
{
border-color: #353064;
}
</style>