Shades of Deep Koamaru #353967
Tints of Deep Koamaru #353967
RGB
CMYK
RGB Variations
Color information
#353967 (or 0x353967) is known color: Deep Koamaru. HEX triplet: 35, 39 and 67. RGB value is (53,57,103). Sum of RGB (Red+Green+Blue) = 53+57+103=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #353967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353967 is #CAC698. Grayscale: #3C3C3C. Windows color (decimal): -13289113 or 6764853. OLE color: 6764853.
HSL color Cylindrical-coordinate representation of color #353967: hue angle of 235.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #353967 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 57 | 103 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.60 |
| HSL | 235.2º | 0.32% | 0.31% | - |
| HSV(B) | 235.2º | 0.49% | 0.4% | - |
| XYZ | 5.38 | 4.66 | 13.45 | - |
| YUV | 61.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 103 | 0.49 | 0.45 | 0 | 0.60 | 235.2 | 0.32 | 0.31 |
| Hex | 35 | 39 | 67 | 31 | 2D | 0 | 3C | EB | 20 | 1F |
| Octal | 65 | 71 | 147 | 61 | 55 | 0 | 74 | 353 | 40 | 37 |
| Binary | 110101 | 111001 | 1100111 | 110001 | 101101 | 0 | 111100 | 11101011 | 100000 | 11111 |
Color Harmonies of #353967
Complementary color
Monochromatic Colors of #353967
Black with #353967
Text Example
Text Example
White with #353967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353967; }
p { color: rgb(53,57,103); }
H1.HeaderClassName
{
color: #353967;
}
.AnyTagClassName
{
color: #353967;
}
</style>
background-color css
<style>
a { background-color: #353967; }
a { background-color: rgb(53,57,103); }
div.DivClassName
{
background-color: #353967;
}
.BgClassName
{
background-color: #353967;
}
</style>
border-color css
<style>
span { border-color: #353967; }
span { border-color: rgb(53,57,103); }
td.TdClassName
{
border-color: #353967;
}
.TagClassName
{
border-color: #353967;
}
</style>