Shades of Deep Koamaru #35336A
Tints of Deep Koamaru #35336A
RGB
CMYK
RGB Variations
Color information
#35336A (or 0x35336A) is known color: Deep Koamaru. HEX triplet: 35, 33 and 6A. RGB value is (53,51,106). Sum of RGB (Red+Green+Blue) = 53+51+106=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #35336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35336A is #CACC95. Grayscale: #393939. Windows color (decimal): -13290646 or 6959925. OLE color: 6959925.
HSL color Cylindrical-coordinate representation of color #35336A: hue angle of 242.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35336A is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 51 | 106 | - |
| CMYK | 0.5 | 0.52 | 0 | 0.58 |
| HSL | 242.18º | 0.35% | 0.31% | - |
| HSV(B) | 242.18º | 0.52% | 0.42% | - |
| XYZ | 5.25 | 4.17 | 14.16 | - |
| YUV | 57.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 106 | 0.5 | 0.52 | 0 | 0.58 | 242.18 | 0.35 | 0.31 |
| Hex | 35 | 33 | 6A | 32 | 34 | 0 | 3A | F2 | 23 | 1F |
| Octal | 65 | 63 | 152 | 62 | 64 | 0 | 72 | 362 | 43 | 37 |
| Binary | 110101 | 110011 | 1101010 | 110010 | 110100 | 0 | 111010 | 11110010 | 100011 | 11111 |
Color Harmonies of #35336A
Complementary color
Monochromatic Colors of #35336A
Black with #35336A
Text Example
Text Example
White with #35336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35336A; }
p { color: rgb(53,51,106); }
H1.HeaderClassName
{
color: #35336A;
}
.AnyTagClassName
{
color: #35336A;
}
</style>
background-color css
<style>
a { background-color: #35336A; }
a { background-color: rgb(53,51,106); }
div.DivClassName
{
background-color: #35336A;
}
.BgClassName
{
background-color: #35336A;
}
</style>
border-color css
<style>
span { border-color: #35336A; }
span { border-color: rgb(53,51,106); }
td.TdClassName
{
border-color: #35336A;
}
.TagClassName
{
border-color: #35336A;
}
</style>