Shades of Deep Koamaru #353768
Tints of Deep Koamaru #353768
RGB
CMYK
RGB Variations
Color information
#353768 (or 0x353768) is known color: Deep Koamaru. HEX triplet: 35, 37 and 68. RGB value is (53,55,104). Sum of RGB (Red+Green+Blue) = 53+55+104=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #353768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353768 is #CAC897. Grayscale: #3B3B3B. Windows color (decimal): -13289624 or 6829877. OLE color: 6829877.
HSL color Cylindrical-coordinate representation of color #353768: hue angle of 237.65º 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 #353768 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 55 | 104 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.59 |
| HSL | 237.65º | 0.32% | 0.31% | - |
| HSV(B) | 237.65º | 0.49% | 0.41% | - |
| XYZ | 5.33 | 4.49 | 13.68 | - |
| YUV | 59.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 104 | 0.49 | 0.47 | 0 | 0.59 | 237.65 | 0.32 | 0.31 |
| Hex | 35 | 37 | 68 | 31 | 2F | 0 | 3B | EE | 20 | 1F |
| Octal | 65 | 67 | 150 | 61 | 57 | 0 | 73 | 356 | 40 | 37 |
| Binary | 110101 | 110111 | 1101000 | 110001 | 101111 | 0 | 111011 | 11101110 | 100000 | 11111 |
Color Harmonies of #353768
Complementary color
Monochromatic Colors of #353768
Black with #353768
Text Example
Text Example
White with #353768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353768; }
p { color: rgb(53,55,104); }
H1.HeaderClassName
{
color: #353768;
}
.AnyTagClassName
{
color: #353768;
}
</style>
background-color css
<style>
a { background-color: #353768; }
a { background-color: rgb(53,55,104); }
div.DivClassName
{
background-color: #353768;
}
.BgClassName
{
background-color: #353768;
}
</style>
border-color css
<style>
span { border-color: #353768; }
span { border-color: rgb(53,55,104); }
td.TdClassName
{
border-color: #353768;
}
.TagClassName
{
border-color: #353768;
}
</style>