Shades of Deep Koamaru #353968
Tints of Deep Koamaru #353968
RGB
CMYK
RGB Variations
Color information
#353968 (or 0x353968) is known color: Deep Koamaru. HEX triplet: 35, 39 and 68. RGB value is (53,57,104). Sum of RGB (Red+Green+Blue) = 53+57+104=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #353968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353968 is #CAC697. Grayscale: #3C3C3C. Windows color (decimal): -13289112 or 6830389. OLE color: 6830389.
HSL color Cylindrical-coordinate representation of color #353968: hue angle of 235.29º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #353968 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 57 | 104 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.59 |
| HSL | 235.29º | 0.32% | 0.31% | - |
| HSV(B) | 235.29º | 0.49% | 0.41% | - |
| XYZ | 5.43 | 4.68 | 13.71 | - |
| YUV | 61.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 104 | 0.49 | 0.45 | 0 | 0.59 | 235.29 | 0.32 | 0.31 |
| Hex | 35 | 39 | 68 | 31 | 2D | 0 | 3B | EB | 20 | 1F |
| Octal | 65 | 71 | 150 | 61 | 55 | 0 | 73 | 353 | 40 | 37 |
| Binary | 110101 | 111001 | 1101000 | 110001 | 101101 | 0 | 111011 | 11101011 | 100000 | 11111 |
Color Harmonies of #353968
Complementary color
Monochromatic Colors of #353968
Black with #353968
Text Example
Text Example
White with #353968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353968; }
p { color: rgb(53,57,104); }
H1.HeaderClassName
{
color: #353968;
}
.AnyTagClassName
{
color: #353968;
}
</style>
background-color css
<style>
a { background-color: #353968; }
a { background-color: rgb(53,57,104); }
div.DivClassName
{
background-color: #353968;
}
.BgClassName
{
background-color: #353968;
}
</style>
border-color css
<style>
span { border-color: #353968; }
span { border-color: rgb(53,57,104); }
td.TdClassName
{
border-color: #353968;
}
.TagClassName
{
border-color: #353968;
}
</style>