Shades of Deep Koamaru #353357
Tints of Deep Koamaru #353357
RGB
CMYK
RGB Variations
Color information
#353357 (or 0x353357) is known color: Deep Koamaru. HEX triplet: 35, 33 and 57. RGB value is (53,51,87). Sum of RGB (Red+Green+Blue) = 53+51+87=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #353357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353357 is #CACCA8. Grayscale: #373737. Windows color (decimal): -13290665 or 5714741. OLE color: 5714741.
HSL color Cylindrical-coordinate representation of color #353357: hue angle of 243.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #353357 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 51 | 87 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.66 |
| HSL | 243.33º | 0.26% | 0.27% | - |
| HSV(B) | 243.33º | 0.41% | 0.34% | - |
| XYZ | 4.37 | 3.81 | 9.52 | - |
| YUV | 55.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 87 | 0.39 | 0.41 | 0 | 0.66 | 243.33 | 0.26 | 0.27 |
| Hex | 35 | 33 | 57 | 27 | 29 | 0 | 42 | F3 | 1A | 1B |
| Octal | 65 | 63 | 127 | 47 | 51 | 0 | 102 | 363 | 32 | 33 |
| Binary | 110101 | 110011 | 1010111 | 100111 | 101001 | 0 | 1000010 | 11110011 | 11010 | 11011 |
Color Harmonies of #353357
Complementary color
Monochromatic Colors of #353357
Black with #353357
Text Example
Text Example
White with #353357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353357; }
p { color: rgb(53,51,87); }
H1.HeaderClassName
{
color: #353357;
}
.AnyTagClassName
{
color: #353357;
}
</style>
background-color css
<style>
a { background-color: #353357; }
a { background-color: rgb(53,51,87); }
div.DivClassName
{
background-color: #353357;
}
.BgClassName
{
background-color: #353357;
}
</style>
border-color css
<style>
span { border-color: #353357; }
span { border-color: rgb(53,51,87); }
td.TdClassName
{
border-color: #353357;
}
.TagClassName
{
border-color: #353357;
}
</style>