Shades of Deep Koamaru #35365D
Tints of Deep Koamaru #35365D
RGB
CMYK
RGB Variations
Color information
#35365D (or 0x35365D) is known color: Deep Koamaru. HEX triplet: 35, 36 and 5D. RGB value is (53,54,93). Sum of RGB (Red+Green+Blue) = 53+54+93=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #35365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35365D is #CAC9A2. Grayscale: #393939. Windows color (decimal): -13289891 or 6108725. OLE color: 6108725.
HSL color Cylindrical-coordinate representation of color #35365D: hue angle of 238.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35365D is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 54 | 93 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.64 |
| HSL | 238.5º | 0.27% | 0.29% | - |
| HSV(B) | 238.5º | 0.43% | 0.36% | - |
| XYZ | 4.76 | 4.19 | 10.91 | - |
| YUV | 58.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 93 | 0.43 | 0.42 | 0 | 0.64 | 238.5 | 0.27 | 0.29 |
| Hex | 35 | 36 | 5D | 2B | 2A | 0 | 40 | EE | 1B | 1D |
| Octal | 65 | 66 | 135 | 53 | 52 | 0 | 100 | 356 | 33 | 35 |
| Binary | 110101 | 110110 | 1011101 | 101011 | 101010 | 0 | 1000000 | 11101110 | 11011 | 11101 |
Color Harmonies of #35365D
Complementary color
Monochromatic Colors of #35365D
Black with #35365D
Text Example
Text Example
White with #35365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35365D; }
p { color: rgb(53,54,93); }
H1.HeaderClassName
{
color: #35365D;
}
.AnyTagClassName
{
color: #35365D;
}
</style>
background-color css
<style>
a { background-color: #35365D; }
a { background-color: rgb(53,54,93); }
div.DivClassName
{
background-color: #35365D;
}
.BgClassName
{
background-color: #35365D;
}
</style>
border-color css
<style>
span { border-color: #35365D; }
span { border-color: rgb(53,54,93); }
td.TdClassName
{
border-color: #35365D;
}
.TagClassName
{
border-color: #35365D;
}
</style>