Shades of Deep Koamaru #353368
Tints of Deep Koamaru #353368
RGB
CMYK
RGB Variations
Color information
#353368 (or 0x353368) is known color: Deep Koamaru. HEX triplet: 35, 33 and 68. RGB value is (53,51,104). Sum of RGB (Red+Green+Blue) = 53+51+104=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #353368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353368 is #CACC97. Grayscale: #393939. Windows color (decimal): -13290648 or 6828853. OLE color: 6828853.
HSL color Cylindrical-coordinate representation of color #353368: hue angle of 242.26º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #353368 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 51 | 104 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.59 |
| HSL | 242.26º | 0.34% | 0.3% | - |
| HSV(B) | 242.26º | 0.51% | 0.41% | - |
| XYZ | 5.15 | 4.12 | 13.62 | - |
| YUV | 57.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 104 | 0.49 | 0.51 | 0 | 0.59 | 242.26 | 0.34 | 0.3 |
| Hex | 35 | 33 | 68 | 31 | 33 | 0 | 3B | F2 | 22 | 1E |
| Octal | 65 | 63 | 150 | 61 | 63 | 0 | 73 | 362 | 42 | 36 |
| Binary | 110101 | 110011 | 1101000 | 110001 | 110011 | 0 | 111011 | 11110010 | 100010 | 11110 |
Color Harmonies of #353368
Complementary color
Monochromatic Colors of #353368
Black with #353368
Text Example
Text Example
White with #353368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353368; }
p { color: rgb(53,51,104); }
H1.HeaderClassName
{
color: #353368;
}
.AnyTagClassName
{
color: #353368;
}
</style>
background-color css
<style>
a { background-color: #353368; }
a { background-color: rgb(53,51,104); }
div.DivClassName
{
background-color: #353368;
}
.BgClassName
{
background-color: #353368;
}
</style>
border-color css
<style>
span { border-color: #353368; }
span { border-color: rgb(53,51,104); }
td.TdClassName
{
border-color: #353368;
}
.TagClassName
{
border-color: #353368;
}
</style>