Shades of Deep Koamaru #353461
Tints of Deep Koamaru #353461
RGB
CMYK
RGB Variations
Color information
#353461 (or 0x353461) is known color: Deep Koamaru. HEX triplet: 35, 34 and 61. RGB value is (53,52,97). Sum of RGB (Red+Green+Blue) = 53+52+97=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #353461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353461 is #CACB9E. Grayscale: #393939. Windows color (decimal): -13290399 or 6370357. OLE color: 6370357.
HSL color Cylindrical-coordinate representation of color #353461: hue angle of 241.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353461 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 52 | 97 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.62 |
| HSL | 241.33º | 0.3% | 0.29% | - |
| HSV(B) | 241.33º | 0.46% | 0.38% | - |
| XYZ | 4.85 | 4.08 | 11.84 | - |
| YUV | 57.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 97 | 0.45 | 0.46 | 0 | 0.62 | 241.33 | 0.3 | 0.29 |
| Hex | 35 | 34 | 61 | 2D | 2E | 0 | 3E | F1 | 1E | 1D |
| Octal | 65 | 64 | 141 | 55 | 56 | 0 | 76 | 361 | 36 | 35 |
| Binary | 110101 | 110100 | 1100001 | 101101 | 101110 | 0 | 111110 | 11110001 | 11110 | 11101 |
Color Harmonies of #353461
Complementary color
Monochromatic Colors of #353461
Black with #353461
Text Example
Text Example
White with #353461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353461; }
p { color: rgb(53,52,97); }
H1.HeaderClassName
{
color: #353461;
}
.AnyTagClassName
{
color: #353461;
}
</style>
background-color css
<style>
a { background-color: #353461; }
a { background-color: rgb(53,52,97); }
div.DivClassName
{
background-color: #353461;
}
.BgClassName
{
background-color: #353461;
}
</style>
border-color css
<style>
span { border-color: #353461; }
span { border-color: rgb(53,52,97); }
td.TdClassName
{
border-color: #353461;
}
.TagClassName
{
border-color: #353461;
}
</style>