Shades of Deep Koamaru #353465
Tints of Deep Koamaru #353465
RGB
CMYK
RGB Variations
Color information
#353465 (or 0x353465) is known color: Deep Koamaru. HEX triplet: 35, 34 and 65. RGB value is (53,52,101). Sum of RGB (Red+Green+Blue) = 53+52+101=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #353465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353465 is #CACB9A. Grayscale: #393939. Windows color (decimal): -13290395 or 6632501. OLE color: 6632501.
HSL color Cylindrical-coordinate representation of color #353465: hue angle of 241.22º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #353465 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 52 | 101 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.60 |
| HSL | 241.22º | 0.32% | 0.3% | - |
| HSV(B) | 241.22º | 0.49% | 0.4% | - |
| XYZ | 5.05 | 4.15 | 12.85 | - |
| YUV | 57.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 101 | 0.48 | 0.49 | 0 | 0.60 | 241.22 | 0.32 | 0.3 |
| Hex | 35 | 34 | 65 | 30 | 31 | 0 | 3C | F1 | 20 | 1E |
| Octal | 65 | 64 | 145 | 60 | 61 | 0 | 74 | 361 | 40 | 36 |
| Binary | 110101 | 110100 | 1100101 | 110000 | 110001 | 0 | 111100 | 11110001 | 100000 | 11110 |
Color Harmonies of #353465
Complementary color
Monochromatic Colors of #353465
Black with #353465
Text Example
Text Example
White with #353465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353465; }
p { color: rgb(53,52,101); }
H1.HeaderClassName
{
color: #353465;
}
.AnyTagClassName
{
color: #353465;
}
</style>
background-color css
<style>
a { background-color: #353465; }
a { background-color: rgb(53,52,101); }
div.DivClassName
{
background-color: #353465;
}
.BgClassName
{
background-color: #353465;
}
</style>
border-color css
<style>
span { border-color: #353465; }
span { border-color: rgb(53,52,101); }
td.TdClassName
{
border-color: #353465;
}
.TagClassName
{
border-color: #353465;
}
</style>