Shades of Deep Koamaru #353665
Tints of Deep Koamaru #353665
RGB
CMYK
RGB Variations
Color information
#353665 (or 0x353665) is known color: Deep Koamaru. HEX triplet: 35, 36 and 65. RGB value is (53,54,101). Sum of RGB (Red+Green+Blue) = 53+54+101=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #353665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353665 is #CAC99A. Grayscale: #3A3A3A. Windows color (decimal): -13289883 or 6633013. OLE color: 6633013.
HSL color Cylindrical-coordinate representation of color #353665: hue angle of 238.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353665 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 54 | 101 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.60 |
| HSL | 238.75º | 0.31% | 0.3% | - |
| HSV(B) | 238.75º | 0.48% | 0.4% | - |
| XYZ | 5.14 | 4.33 | 12.88 | - |
| YUV | 59.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 101 | 0.48 | 0.47 | 0 | 0.60 | 238.75 | 0.31 | 0.3 |
| Hex | 35 | 36 | 65 | 30 | 2F | 0 | 3C | EF | 1F | 1E |
| Octal | 65 | 66 | 145 | 60 | 57 | 0 | 74 | 357 | 37 | 36 |
| Binary | 110101 | 110110 | 1100101 | 110000 | 101111 | 0 | 111100 | 11101111 | 11111 | 11110 |
Color Harmonies of #353665
Complementary color
Monochromatic Colors of #353665
Black with #353665
Text Example
Text Example
White with #353665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353665; }
p { color: rgb(53,54,101); }
H1.HeaderClassName
{
color: #353665;
}
.AnyTagClassName
{
color: #353665;
}
</style>
background-color css
<style>
a { background-color: #353665; }
a { background-color: rgb(53,54,101); }
div.DivClassName
{
background-color: #353665;
}
.BgClassName
{
background-color: #353665;
}
</style>
border-color css
<style>
span { border-color: #353665; }
span { border-color: rgb(53,54,101); }
td.TdClassName
{
border-color: #353665;
}
.TagClassName
{
border-color: #353665;
}
</style>