Shades of Deep Koamaru #353366
Tints of Deep Koamaru #353366
RGB
CMYK
RGB Variations
Color information
#353366 (or 0x353366) is known color: Deep Koamaru. HEX triplet: 35, 33 and 66. RGB value is (53,51,102). Sum of RGB (Red+Green+Blue) = 53+51+102=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #353366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353366 is #CACC99. Grayscale: #393939. Windows color (decimal): -13290650 or 6697781. OLE color: 6697781.
HSL color Cylindrical-coordinate representation of color #353366: hue angle of 242.35º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353366 is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 51 | 102 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.6 |
| HSL | 242.35º | 0.33% | 0.3% | - |
| HSV(B) | 242.35º | 0.5% | 0.4% | - |
| XYZ | 5.05 | 4.08 | 13.09 | - |
| YUV | 57.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 102 | 0.48 | 0.5 | 0 | 0.6 | 242.35 | 0.33 | 0.3 |
| Hex | 35 | 33 | 66 | 30 | 32 | 0 | 3C | F2 | 21 | 1E |
| Octal | 65 | 63 | 146 | 60 | 62 | 0 | 74 | 362 | 41 | 36 |
| Binary | 110101 | 110011 | 1100110 | 110000 | 110010 | 0 | 111100 | 11110010 | 100001 | 11110 |
Color Harmonies of #353366
Complementary color
Monochromatic Colors of #353366
Black with #353366
Text Example
Text Example
White with #353366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353366; }
p { color: rgb(53,51,102); }
H1.HeaderClassName
{
color: #353366;
}
.AnyTagClassName
{
color: #353366;
}
</style>
background-color css
<style>
a { background-color: #353366; }
a { background-color: rgb(53,51,102); }
div.DivClassName
{
background-color: #353366;
}
.BgClassName
{
background-color: #353366;
}
</style>
border-color css
<style>
span { border-color: #353366; }
span { border-color: rgb(53,51,102); }
td.TdClassName
{
border-color: #353366;
}
.TagClassName
{
border-color: #353366;
}
</style>