Shades of Deep Koamaru #353273
Tints of Deep Koamaru #353273
RGB
CMYK
RGB Variations
Color information
#353273 (or 0x353273) is known color: Deep Koamaru. HEX triplet: 35, 32 and 73. RGB value is (53,50,115). Sum of RGB (Red+Green+Blue) = 53+50+115=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #353273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353273 is #CACD8C. Grayscale: #3A3A3A. Windows color (decimal): -13290893 or 7549493. OLE color: 7549493.
HSL color Cylindrical-coordinate representation of color #353273: hue angle of 242.77º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353273 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 50 | 115 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.55 |
| HSL | 242.77º | 0.39% | 0.32% | - |
| HSV(B) | 242.77º | 0.57% | 0.45% | - |
| XYZ | 5.7 | 4.28 | 16.74 | - |
| YUV | 58.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 115 | 0.54 | 0.57 | 0 | 0.55 | 242.77 | 0.39 | 0.32 |
| Hex | 35 | 32 | 73 | 36 | 39 | 0 | 37 | F3 | 27 | 20 |
| Octal | 65 | 62 | 163 | 66 | 71 | 0 | 67 | 363 | 47 | 40 |
| Binary | 110101 | 110010 | 1110011 | 110110 | 111001 | 0 | 110111 | 11110011 | 100111 | 100000 |
Color Harmonies of #353273
Complementary color
Monochromatic Colors of #353273
Black with #353273
Text Example
Text Example
White with #353273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353273; }
p { color: rgb(53,50,115); }
H1.HeaderClassName
{
color: #353273;
}
.AnyTagClassName
{
color: #353273;
}
</style>
background-color css
<style>
a { background-color: #353273; }
a { background-color: rgb(53,50,115); }
div.DivClassName
{
background-color: #353273;
}
.BgClassName
{
background-color: #353273;
}
</style>
border-color css
<style>
span { border-color: #353273; }
span { border-color: rgb(53,50,115); }
td.TdClassName
{
border-color: #353273;
}
.TagClassName
{
border-color: #353273;
}
</style>