Shades of Deep Koamaru #35386D
Tints of Deep Koamaru #35386D
RGB
CMYK
RGB Variations
Color information
#35386D (or 0x35386D) is known color: Deep Koamaru. HEX triplet: 35, 38 and 6D. RGB value is (53,56,109). Sum of RGB (Red+Green+Blue) = 53+56+109=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #35386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35386D is #CAC792. Grayscale: #3C3C3C. Windows color (decimal): -13289363 or 7157813. OLE color: 7157813.
HSL color Cylindrical-coordinate representation of color #35386D: hue angle of 236.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35386D is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 56 | 109 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.57 |
| HSL | 236.79º | 0.35% | 0.32% | - |
| HSV(B) | 236.79º | 0.51% | 0.43% | - |
| XYZ | 5.64 | 4.69 | 15.08 | - |
| YUV | 61.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 109 | 0.51 | 0.49 | 0 | 0.57 | 236.79 | 0.35 | 0.32 |
| Hex | 35 | 38 | 6D | 33 | 31 | 0 | 39 | ED | 23 | 20 |
| Octal | 65 | 70 | 155 | 63 | 61 | 0 | 71 | 355 | 43 | 40 |
| Binary | 110101 | 111000 | 1101101 | 110011 | 110001 | 0 | 111001 | 11101101 | 100011 | 100000 |
Color Harmonies of #35386D
Complementary color
Monochromatic Colors of #35386D
Black with #35386D
Text Example
Text Example
White with #35386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35386D; }
p { color: rgb(53,56,109); }
H1.HeaderClassName
{
color: #35386D;
}
.AnyTagClassName
{
color: #35386D;
}
</style>
background-color css
<style>
a { background-color: #35386D; }
a { background-color: rgb(53,56,109); }
div.DivClassName
{
background-color: #35386D;
}
.BgClassName
{
background-color: #35386D;
}
</style>
border-color css
<style>
span { border-color: #35386D; }
span { border-color: rgb(53,56,109); }
td.TdClassName
{
border-color: #35386D;
}
.TagClassName
{
border-color: #35386D;
}
</style>