Shades of Deep Koamaru #353272
Tints of Deep Koamaru #353272
RGB
CMYK
RGB Variations
Color information
#353272 (or 0x353272) is known color: Deep Koamaru. HEX triplet: 35, 32 and 72. RGB value is (53,50,114). Sum of RGB (Red+Green+Blue) = 53+50+114=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #353272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353272 is #CACD8D. Grayscale: #393939. Windows color (decimal): -13290894 or 7483957. OLE color: 7483957.
HSL color Cylindrical-coordinate representation of color #353272: hue angle of 242.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353272 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 50 | 114 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.55 |
| HSL | 242.81º | 0.39% | 0.32% | - |
| HSV(B) | 242.81º | 0.56% | 0.45% | - |
| XYZ | 5.65 | 4.25 | 16.44 | - |
| YUV | 58.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 114 | 0.54 | 0.56 | 0 | 0.55 | 242.81 | 0.39 | 0.32 |
| Hex | 35 | 32 | 72 | 36 | 38 | 0 | 37 | F3 | 27 | 20 |
| Octal | 65 | 62 | 162 | 66 | 70 | 0 | 67 | 363 | 47 | 40 |
| Binary | 110101 | 110010 | 1110010 | 110110 | 111000 | 0 | 110111 | 11110011 | 100111 | 100000 |
Color Harmonies of #353272
Complementary color
Monochromatic Colors of #353272
Black with #353272
Text Example
Text Example
White with #353272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353272; }
p { color: rgb(53,50,114); }
H1.HeaderClassName
{
color: #353272;
}
.AnyTagClassName
{
color: #353272;
}
</style>
background-color css
<style>
a { background-color: #353272; }
a { background-color: rgb(53,50,114); }
div.DivClassName
{
background-color: #353272;
}
.BgClassName
{
background-color: #353272;
}
</style>
border-color css
<style>
span { border-color: #353272; }
span { border-color: rgb(53,50,114); }
td.TdClassName
{
border-color: #353272;
}
.TagClassName
{
border-color: #353272;
}
</style>