Shades of Deep Koamaru #36385B
Tints of Deep Koamaru #36385B
RGB
CMYK
RGB Variations
Color information
#36385B (or 0x36385B) is known color: Deep Koamaru. HEX triplet: 36, 38 and 5B. RGB value is (54,56,91). Sum of RGB (Red+Green+Blue) = 54+56+91=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #36385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36385B is #C9C7A4. Grayscale: #3B3B3B. Windows color (decimal): -13223845 or 5978166. OLE color: 5978166.
HSL color Cylindrical-coordinate representation of color #36385B: hue angle of 236.76º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36385B is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 56 | 91 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.64 |
| HSL | 236.76º | 0.26% | 0.28% | - |
| HSV(B) | 236.76º | 0.41% | 0.36% | - |
| XYZ | 4.82 | 4.37 | 10.49 | - |
| YUV | 59.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 91 | 0.41 | 0.38 | 0 | 0.64 | 236.76 | 0.26 | 0.28 |
| Hex | 36 | 38 | 5B | 29 | 26 | 0 | 40 | ED | 1A | 1C |
| Octal | 66 | 70 | 133 | 51 | 46 | 0 | 100 | 355 | 32 | 34 |
| Binary | 110110 | 111000 | 1011011 | 101001 | 100110 | 0 | 1000000 | 11101101 | 11010 | 11100 |
Color Harmonies of #36385B
Complementary color
Monochromatic Colors of #36385B
Black with #36385B
Text Example
Text Example
White with #36385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36385B; }
p { color: rgb(54,56,91); }
H1.HeaderClassName
{
color: #36385B;
}
.AnyTagClassName
{
color: #36385B;
}
</style>
background-color css
<style>
a { background-color: #36385B; }
a { background-color: rgb(54,56,91); }
div.DivClassName
{
background-color: #36385B;
}
.BgClassName
{
background-color: #36385B;
}
</style>
border-color css
<style>
span { border-color: #36385B; }
span { border-color: rgb(54,56,91); }
td.TdClassName
{
border-color: #36385B;
}
.TagClassName
{
border-color: #36385B;
}
</style>