Shades of Deep Koamaru #35355B
Tints of Deep Koamaru #35355B
RGB
CMYK
RGB Variations
Color information
#35355B (or 0x35355B) is known color: Deep Koamaru. HEX triplet: 35, 35 and 5B. RGB value is (53,53,91). Sum of RGB (Red+Green+Blue) = 53+53+91=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #35355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35355B is #CACAA4. Grayscale: #393939. Windows color (decimal): -13290149 or 5977397. OLE color: 5977397.
HSL color Cylindrical-coordinate representation of color #35355B: hue angle of 240º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35355B is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 53 | 91 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.64 |
| HSL | 240º | 0.26% | 0.28% | - |
| HSV(B) | 240º | 0.42% | 0.36% | - |
| XYZ | 4.63 | 4.06 | 10.44 | - |
| YUV | 57.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 91 | 0.42 | 0.42 | 0 | 0.64 | 240 | 0.26 | 0.28 |
| Hex | 35 | 35 | 5B | 2A | 2A | 0 | 40 | F0 | 1A | 1C |
| Octal | 65 | 65 | 133 | 52 | 52 | 0 | 100 | 360 | 32 | 34 |
| Binary | 110101 | 110101 | 1011011 | 101010 | 101010 | 0 | 1000000 | 11110000 | 11010 | 11100 |
Color Harmonies of #35355B
Complementary color
Monochromatic Colors of #35355B
Black with #35355B
Text Example
Text Example
White with #35355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35355B; }
p { color: rgb(53,53,91); }
H1.HeaderClassName
{
color: #35355B;
}
.AnyTagClassName
{
color: #35355B;
}
</style>
background-color css
<style>
a { background-color: #35355B; }
a { background-color: rgb(53,53,91); }
div.DivClassName
{
background-color: #35355B;
}
.BgClassName
{
background-color: #35355B;
}
</style>
border-color css
<style>
span { border-color: #35355B; }
span { border-color: rgb(53,53,91); }
td.TdClassName
{
border-color: #35355B;
}
.TagClassName
{
border-color: #35355B;
}
</style>