Shades of Deep Koamaru #353375
Tints of Deep Koamaru #353375
RGB
CMYK
RGB Variations
Color information
#353375 (or 0x353375) is known color: Deep Koamaru. HEX triplet: 35, 33 and 75. RGB value is (53,51,117). Sum of RGB (Red+Green+Blue) = 53+51+117=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #353375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353375 is #CACC8A. Grayscale: #3A3A3A. Windows color (decimal): -13290635 or 7680821. OLE color: 7680821.
HSL color Cylindrical-coordinate representation of color #353375: hue angle of 241.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353375 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 51 | 117 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.54 |
| HSL | 241.82º | 0.39% | 0.33% | - |
| HSV(B) | 241.82º | 0.56% | 0.46% | - |
| XYZ | 5.86 | 4.41 | 17.37 | - |
| YUV | 59.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 117 | 0.55 | 0.56 | 0 | 0.54 | 241.82 | 0.39 | 0.33 |
| Hex | 35 | 33 | 75 | 37 | 38 | 0 | 36 | F2 | 27 | 21 |
| Octal | 65 | 63 | 165 | 67 | 70 | 0 | 66 | 362 | 47 | 41 |
| Binary | 110101 | 110011 | 1110101 | 110111 | 111000 | 0 | 110110 | 11110010 | 100111 | 100001 |
Color Harmonies of #353375
Complementary color
Monochromatic Colors of #353375
Black with #353375
Text Example
Text Example
White with #353375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353375; }
p { color: rgb(53,51,117); }
H1.HeaderClassName
{
color: #353375;
}
.AnyTagClassName
{
color: #353375;
}
</style>
background-color css
<style>
a { background-color: #353375; }
a { background-color: rgb(53,51,117); }
div.DivClassName
{
background-color: #353375;
}
.BgClassName
{
background-color: #353375;
}
</style>
border-color css
<style>
span { border-color: #353375; }
span { border-color: rgb(53,51,117); }
td.TdClassName
{
border-color: #353375;
}
.TagClassName
{
border-color: #353375;
}
</style>