Shades of Deep Koamaru #353763
Tints of Deep Koamaru #353763
RGB
CMYK
RGB Variations
Color information
#353763 (or 0x353763) is known color: Deep Koamaru. HEX triplet: 35, 37 and 63. RGB value is (53,55,99). Sum of RGB (Red+Green+Blue) = 53+55+99=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #353763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353763 is #CAC89C. Grayscale: #3B3B3B. Windows color (decimal): -13289629 or 6502197. OLE color: 6502197.
HSL color Cylindrical-coordinate representation of color #353763: hue angle of 237.39º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353763 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 55 | 99 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.61 |
| HSL | 237.39º | 0.3% | 0.3% | - |
| HSV(B) | 237.39º | 0.46% | 0.39% | - |
| XYZ | 5.09 | 4.39 | 12.38 | - |
| YUV | 59.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 99 | 0.46 | 0.44 | 0 | 0.61 | 237.39 | 0.3 | 0.3 |
| Hex | 35 | 37 | 63 | 2E | 2C | 0 | 3D | ED | 1E | 1E |
| Octal | 65 | 67 | 143 | 56 | 54 | 0 | 75 | 355 | 36 | 36 |
| Binary | 110101 | 110111 | 1100011 | 101110 | 101100 | 0 | 111101 | 11101101 | 11110 | 11110 |
Color Harmonies of #353763
Complementary color
Monochromatic Colors of #353763
Black with #353763
Text Example
Text Example
White with #353763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353763; }
p { color: rgb(53,55,99); }
H1.HeaderClassName
{
color: #353763;
}
.AnyTagClassName
{
color: #353763;
}
</style>
background-color css
<style>
a { background-color: #353763; }
a { background-color: rgb(53,55,99); }
div.DivClassName
{
background-color: #353763;
}
.BgClassName
{
background-color: #353763;
}
</style>
border-color css
<style>
span { border-color: #353763; }
span { border-color: rgb(53,55,99); }
td.TdClassName
{
border-color: #353763;
}
.TagClassName
{
border-color: #353763;
}
</style>