Shades of Deep Koamaru #35345E
Tints of Deep Koamaru #35345E
RGB
CMYK
RGB Variations
Color information
#35345E (or 0x35345E) is known color: Deep Koamaru. HEX triplet: 35, 34 and 5E. RGB value is (53,52,94). Sum of RGB (Red+Green+Blue) = 53+52+94=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #35345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35345E is #CACBA1. Grayscale: #383838. Windows color (decimal): -13290402 or 6173749. OLE color: 6173749.
HSL color Cylindrical-coordinate representation of color #35345E: hue angle of 241.43º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35345E is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 52 | 94 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.63 |
| HSL | 241.43º | 0.29% | 0.29% | - |
| HSV(B) | 241.43º | 0.45% | 0.37% | - |
| XYZ | 4.72 | 4.02 | 11.12 | - |
| YUV | 57.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 94 | 0.44 | 0.45 | 0 | 0.63 | 241.43 | 0.29 | 0.29 |
| Hex | 35 | 34 | 5E | 2C | 2D | 0 | 3F | F1 | 1D | 1D |
| Octal | 65 | 64 | 136 | 54 | 55 | 0 | 77 | 361 | 35 | 35 |
| Binary | 110101 | 110100 | 1011110 | 101100 | 101101 | 0 | 111111 | 11110001 | 11101 | 11101 |
Color Harmonies of #35345E
Complementary color
Monochromatic Colors of #35345E
Black with #35345E
Text Example
Text Example
White with #35345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35345E; }
p { color: rgb(53,52,94); }
H1.HeaderClassName
{
color: #35345E;
}
.AnyTagClassName
{
color: #35345E;
}
</style>
background-color css
<style>
a { background-color: #35345E; }
a { background-color: rgb(53,52,94); }
div.DivClassName
{
background-color: #35345E;
}
.BgClassName
{
background-color: #35345E;
}
</style>
border-color css
<style>
span { border-color: #35345E; }
span { border-color: rgb(53,52,94); }
td.TdClassName
{
border-color: #35345E;
}
.TagClassName
{
border-color: #35345E;
}
</style>