Shades of Deep Koamaru #35355C
Tints of Deep Koamaru #35355C
RGB
CMYK
RGB Variations
Color information
#35355C (or 0x35355C) is known color: Deep Koamaru. HEX triplet: 35, 35 and 5C. RGB value is (53,53,92). Sum of RGB (Red+Green+Blue) = 53+53+92=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #35355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35355C is #CACAA3. Grayscale: #393939. Windows color (decimal): -13290148 or 6042933. OLE color: 6042933.
HSL color Cylindrical-coordinate representation of color #35355C: hue angle of 240º degrees, saturation: 0.27, 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 #35355C is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 53 | 92 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.64 |
| HSL | 240º | 0.27% | 0.28% | - |
| HSV(B) | 240º | 0.42% | 0.36% | - |
| XYZ | 4.67 | 4.08 | 10.67 | - |
| YUV | 57.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 92 | 0.42 | 0.42 | 0 | 0.64 | 240 | 0.27 | 0.28 |
| Hex | 35 | 35 | 5C | 2A | 2A | 0 | 40 | F0 | 1B | 1C |
| Octal | 65 | 65 | 134 | 52 | 52 | 0 | 100 | 360 | 33 | 34 |
| Binary | 110101 | 110101 | 1011100 | 101010 | 101010 | 0 | 1000000 | 11110000 | 11011 | 11100 |
Color Harmonies of #35355C
Complementary color
Monochromatic Colors of #35355C
Black with #35355C
Text Example
Text Example
White with #35355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35355C; }
p { color: rgb(53,53,92); }
H1.HeaderClassName
{
color: #35355C;
}
.AnyTagClassName
{
color: #35355C;
}
</style>
background-color css
<style>
a { background-color: #35355C; }
a { background-color: rgb(53,53,92); }
div.DivClassName
{
background-color: #35355C;
}
.BgClassName
{
background-color: #35355C;
}
</style>
border-color css
<style>
span { border-color: #35355C; }
span { border-color: rgb(53,53,92); }
td.TdClassName
{
border-color: #35355C;
}
.TagClassName
{
border-color: #35355C;
}
</style>