Shades of Deep Koamaru #35306A
Tints of Deep Koamaru #35306A
RGB
CMYK
RGB Variations
Color information
#35306A (or 0x35306A) is known color: Deep Koamaru. HEX triplet: 35, 30 and 6A. RGB value is (53,48,106). Sum of RGB (Red+Green+Blue) = 53+48+106=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #35306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35306A is #CACF95. Grayscale: #373737. Windows color (decimal): -13291414 or 6959157. OLE color: 6959157.
HSL color Cylindrical-coordinate representation of color #35306A: hue angle of 245.17º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35306A is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 48 | 106 | - |
| CMYK | 0.5 | 0.55 | 0 | 0.58 |
| HSL | 245.17º | 0.38% | 0.3% | - |
| HSV(B) | 245.17º | 0.55% | 0.42% | - |
| XYZ | 5.13 | 3.91 | 14.12 | - |
| YUV | 56.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 106 | 0.5 | 0.55 | 0 | 0.58 | 245.17 | 0.38 | 0.3 |
| Hex | 35 | 30 | 6A | 32 | 37 | 0 | 3A | F5 | 26 | 1E |
| Octal | 65 | 60 | 152 | 62 | 67 | 0 | 72 | 365 | 46 | 36 |
| Binary | 110101 | 110000 | 1101010 | 110010 | 110111 | 0 | 111010 | 11110101 | 100110 | 11110 |
Color Harmonies of #35306A
Complementary color
Monochromatic Colors of #35306A
Black with #35306A
Text Example
Text Example
White with #35306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35306A; }
p { color: rgb(53,48,106); }
H1.HeaderClassName
{
color: #35306A;
}
.AnyTagClassName
{
color: #35306A;
}
</style>
background-color css
<style>
a { background-color: #35306A; }
a { background-color: rgb(53,48,106); }
div.DivClassName
{
background-color: #35306A;
}
.BgClassName
{
background-color: #35306A;
}
</style>
border-color css
<style>
span { border-color: #35306A; }
span { border-color: rgb(53,48,106); }
td.TdClassName
{
border-color: #35306A;
}
.TagClassName
{
border-color: #35306A;
}
</style>