Shades of Deep Koamaru #353669
Tints of Deep Koamaru #353669
RGB
CMYK
RGB Variations
Color information
#353669 (or 0x353669) is known color: Deep Koamaru. HEX triplet: 35, 36 and 69. RGB value is (53,54,105). Sum of RGB (Red+Green+Blue) = 53+54+105=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #353669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353669 is #CAC996. Grayscale: #3B3B3B. Windows color (decimal): -13289879 or 6895157. OLE color: 6895157.
HSL color Cylindrical-coordinate representation of color #353669: hue angle of 238.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353669 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 54 | 105 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.59 |
| HSL | 238.85º | 0.33% | 0.31% | - |
| HSV(B) | 238.85º | 0.5% | 0.41% | - |
| XYZ | 5.34 | 4.42 | 13.94 | - |
| YUV | 59.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 105 | 0.50 | 0.49 | 0 | 0.59 | 238.85 | 0.33 | 0.31 |
| Hex | 35 | 36 | 69 | 32 | 31 | 0 | 3B | EF | 21 | 1F |
| Octal | 65 | 66 | 151 | 62 | 61 | 0 | 73 | 357 | 41 | 37 |
| Binary | 110101 | 110110 | 1101001 | 110010 | 110001 | 0 | 111011 | 11101111 | 100001 | 11111 |
Color Harmonies of #353669
Complementary color
Monochromatic Colors of #353669
Black with #353669
Text Example
Text Example
White with #353669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353669; }
p { color: rgb(53,54,105); }
H1.HeaderClassName
{
color: #353669;
}
.AnyTagClassName
{
color: #353669;
}
</style>
background-color css
<style>
a { background-color: #353669; }
a { background-color: rgb(53,54,105); }
div.DivClassName
{
background-color: #353669;
}
.BgClassName
{
background-color: #353669;
}
</style>
border-color css
<style>
span { border-color: #353669; }
span { border-color: rgb(53,54,105); }
td.TdClassName
{
border-color: #353669;
}
.TagClassName
{
border-color: #353669;
}
</style>