Shades of Deep Koamaru #353061
Tints of Deep Koamaru #353061
RGB
CMYK
RGB Variations
Color information
#353061 (or 0x353061) is known color: Deep Koamaru. HEX triplet: 35, 30 and 61. RGB value is (53,48,97). Sum of RGB (Red+Green+Blue) = 53+48+97=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #353061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353061 is #CACF9E. Grayscale: #363636. Windows color (decimal): -13291423 or 6369333. OLE color: 6369333.
HSL color Cylindrical-coordinate representation of color #353061: hue angle of 246.12º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #353061 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 48 | 97 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.62 |
| HSL | 246.12º | 0.34% | 0.28% | - |
| HSV(B) | 246.12º | 0.51% | 0.38% | - |
| XYZ | 4.68 | 3.73 | 11.78 | - |
| YUV | 55.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 97 | 0.45 | 0.51 | 0 | 0.62 | 246.12 | 0.34 | 0.28 |
| Hex | 35 | 30 | 61 | 2D | 33 | 0 | 3E | F6 | 22 | 1C |
| Octal | 65 | 60 | 141 | 55 | 63 | 0 | 76 | 366 | 42 | 34 |
| Binary | 110101 | 110000 | 1100001 | 101101 | 110011 | 0 | 111110 | 11110110 | 100010 | 11100 |
Color Harmonies of #353061
Complementary color
Monochromatic Colors of #353061
Black with #353061
Text Example
Text Example
White with #353061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353061; }
p { color: rgb(53,48,97); }
H1.HeaderClassName
{
color: #353061;
}
.AnyTagClassName
{
color: #353061;
}
</style>
background-color css
<style>
a { background-color: #353061; }
a { background-color: rgb(53,48,97); }
div.DivClassName
{
background-color: #353061;
}
.BgClassName
{
background-color: #353061;
}
</style>
border-color css
<style>
span { border-color: #353061; }
span { border-color: rgb(53,48,97); }
td.TdClassName
{
border-color: #353061;
}
.TagClassName
{
border-color: #353061;
}
</style>