Shades of Deep Koamaru #353268
Tints of Deep Koamaru #353268
RGB
CMYK
RGB Variations
Color information
#353268 (or 0x353268) is known color: Deep Koamaru. HEX triplet: 35, 32 and 68. RGB value is (53,50,104). Sum of RGB (Red+Green+Blue) = 53+50+104=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #353268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353268 is #CACD97. Grayscale: #383838. Windows color (decimal): -13290904 or 6828597. OLE color: 6828597.
HSL color Cylindrical-coordinate representation of color #353268: hue angle of 243.33º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #353268 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 50 | 104 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.59 |
| HSL | 243.33º | 0.35% | 0.3% | - |
| HSV(B) | 243.33º | 0.52% | 0.41% | - |
| XYZ | 5.11 | 4.04 | 13.61 | - |
| YUV | 57.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 104 | 0.49 | 0.52 | 0 | 0.59 | 243.33 | 0.35 | 0.3 |
| Hex | 35 | 32 | 68 | 31 | 34 | 0 | 3B | F3 | 23 | 1E |
| Octal | 65 | 62 | 150 | 61 | 64 | 0 | 73 | 363 | 43 | 36 |
| Binary | 110101 | 110010 | 1101000 | 110001 | 110100 | 0 | 111011 | 11110011 | 100011 | 11110 |
Color Harmonies of #353268
Complementary color
Monochromatic Colors of #353268
Black with #353268
Text Example
Text Example
White with #353268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353268; }
p { color: rgb(53,50,104); }
H1.HeaderClassName
{
color: #353268;
}
.AnyTagClassName
{
color: #353268;
}
</style>
background-color css
<style>
a { background-color: #353268; }
a { background-color: rgb(53,50,104); }
div.DivClassName
{
background-color: #353268;
}
.BgClassName
{
background-color: #353268;
}
</style>
border-color css
<style>
span { border-color: #353268; }
span { border-color: rgb(53,50,104); }
td.TdClassName
{
border-color: #353268;
}
.TagClassName
{
border-color: #353268;
}
</style>