Shades of Deep Koamaru #35336C
Tints of Deep Koamaru #35336C
RGB
CMYK
RGB Variations
Color information
#35336C (or 0x35336C) is known color: Deep Koamaru. HEX triplet: 35, 33 and 6C. RGB value is (53,51,108). Sum of RGB (Red+Green+Blue) = 53+51+108=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #35336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35336C is #CACC93. Grayscale: #393939. Windows color (decimal): -13290644 or 7090997. OLE color: 7090997.
HSL color Cylindrical-coordinate representation of color #35336C: hue angle of 242.11º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35336C is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 51 | 108 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.58 |
| HSL | 242.11º | 0.36% | 0.31% | - |
| HSV(B) | 242.11º | 0.53% | 0.42% | - |
| XYZ | 5.36 | 4.21 | 14.72 | - |
| YUV | 58.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 108 | 0.51 | 0.53 | 0 | 0.58 | 242.11 | 0.36 | 0.31 |
| Hex | 35 | 33 | 6C | 33 | 35 | 0 | 3A | F2 | 24 | 1F |
| Octal | 65 | 63 | 154 | 63 | 65 | 0 | 72 | 362 | 44 | 37 |
| Binary | 110101 | 110011 | 1101100 | 110011 | 110101 | 0 | 111010 | 11110010 | 100100 | 11111 |
Color Harmonies of #35336C
Complementary color
Monochromatic Colors of #35336C
Black with #35336C
Text Example
Text Example
White with #35336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35336C; }
p { color: rgb(53,51,108); }
H1.HeaderClassName
{
color: #35336C;
}
.AnyTagClassName
{
color: #35336C;
}
</style>
background-color css
<style>
a { background-color: #35336C; }
a { background-color: rgb(53,51,108); }
div.DivClassName
{
background-color: #35336C;
}
.BgClassName
{
background-color: #35336C;
}
</style>
border-color css
<style>
span { border-color: #35336C; }
span { border-color: rgb(53,51,108); }
td.TdClassName
{
border-color: #35336C;
}
.TagClassName
{
border-color: #35336C;
}
</style>