Shades of Deep Koamaru #35326B
Tints of Deep Koamaru #35326B
RGB
CMYK
RGB Variations
Color information
#35326B (or 0x35326B) is known color: Deep Koamaru. HEX triplet: 35, 32 and 6B. RGB value is (53,50,107). Sum of RGB (Red+Green+Blue) = 53+50+107=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #35326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35326B is #CACD94. Grayscale: #393939. Windows color (decimal): -13290901 or 7025205. OLE color: 7025205.
HSL color Cylindrical-coordinate representation of color #35326B: hue angle of 243.16º 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 #35326B is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 50 | 107 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.58 |
| HSL | 243.16º | 0.36% | 0.31% | - |
| HSV(B) | 243.16º | 0.53% | 0.42% | - |
| XYZ | 5.26 | 4.1 | 14.42 | - |
| YUV | 57.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 107 | 0.50 | 0.53 | 0 | 0.58 | 243.16 | 0.36 | 0.31 |
| Hex | 35 | 32 | 6B | 32 | 35 | 0 | 3A | F3 | 24 | 1F |
| Octal | 65 | 62 | 153 | 62 | 65 | 0 | 72 | 363 | 44 | 37 |
| Binary | 110101 | 110010 | 1101011 | 110010 | 110101 | 0 | 111010 | 11110011 | 100100 | 11111 |
Color Harmonies of #35326B
Complementary color
Monochromatic Colors of #35326B
Black with #35326B
Text Example
Text Example
White with #35326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35326B; }
p { color: rgb(53,50,107); }
H1.HeaderClassName
{
color: #35326B;
}
.AnyTagClassName
{
color: #35326B;
}
</style>
background-color css
<style>
a { background-color: #35326B; }
a { background-color: rgb(53,50,107); }
div.DivClassName
{
background-color: #35326B;
}
.BgClassName
{
background-color: #35326B;
}
</style>
border-color css
<style>
span { border-color: #35326B; }
span { border-color: rgb(53,50,107); }
td.TdClassName
{
border-color: #35326B;
}
.TagClassName
{
border-color: #35326B;
}
</style>