Shades of Deep Koamaru #353065
Tints of Deep Koamaru #353065
RGB
CMYK
RGB Variations
Color information
#353065 (or 0x353065) is known color: Deep Koamaru. HEX triplet: 35, 30 and 65. RGB value is (53,48,101). Sum of RGB (Red+Green+Blue) = 53+48+101=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #353065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353065 is #CACF9A. Grayscale: #373737. Windows color (decimal): -13291419 or 6631477. OLE color: 6631477.
HSL color Cylindrical-coordinate representation of color #353065: hue angle of 245.66º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #353065 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 48 | 101 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.60 |
| HSL | 245.66º | 0.36% | 0.29% | - |
| HSV(B) | 245.66º | 0.52% | 0.4% | - |
| XYZ | 4.87 | 3.81 | 12.79 | - |
| YUV | 55.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 101 | 0.48 | 0.52 | 0 | 0.60 | 245.66 | 0.36 | 0.29 |
| Hex | 35 | 30 | 65 | 30 | 34 | 0 | 3C | F6 | 24 | 1D |
| Octal | 65 | 60 | 145 | 60 | 64 | 0 | 74 | 366 | 44 | 35 |
| Binary | 110101 | 110000 | 1100101 | 110000 | 110100 | 0 | 111100 | 11110110 | 100100 | 11101 |
Color Harmonies of #353065
Complementary color
Monochromatic Colors of #353065
Black with #353065
Text Example
Text Example
White with #353065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353065; }
p { color: rgb(53,48,101); }
H1.HeaderClassName
{
color: #353065;
}
.AnyTagClassName
{
color: #353065;
}
</style>
background-color css
<style>
a { background-color: #353065; }
a { background-color: rgb(53,48,101); }
div.DivClassName
{
background-color: #353065;
}
.BgClassName
{
background-color: #353065;
}
</style>
border-color css
<style>
span { border-color: #353065; }
span { border-color: rgb(53,48,101); }
td.TdClassName
{
border-color: #353065;
}
.TagClassName
{
border-color: #353065;
}
</style>