Shades of Deep Koamaru #362D78
Tints of Deep Koamaru #362D78
RGB
CMYK
RGB Variations
Color information
#362D78 (or 0x362D78) is known color: Deep Koamaru. HEX triplet: 36, 2D and 78. RGB value is (54,45,120). Sum of RGB (Red+Green+Blue) = 54+45+120=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #362D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362D78 is #C9D287. Grayscale: #373737. Windows color (decimal): -13226632 or 7875894. OLE color: 7875894.
HSL color Cylindrical-coordinate representation of color #362D78: hue angle of 247.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #362D78 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 45 | 120 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.53 |
| HSL | 247.2º | 0.45% | 0.32% | - |
| HSV(B) | 247.2º | 0.63% | 0.47% | - |
| XYZ | 5.85 | 4.02 | 18.24 | - |
| YUV | 56.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 120 | 0.55 | 0.63 | 0 | 0.53 | 247.2 | 0.45 | 0.32 |
| Hex | 36 | 2D | 78 | 37 | 3F | 0 | 35 | F7 | 2D | 20 |
| Octal | 66 | 55 | 170 | 67 | 77 | 0 | 65 | 367 | 55 | 40 |
| Binary | 110110 | 101101 | 1111000 | 110111 | 111111 | 0 | 110101 | 11110111 | 101101 | 100000 |
Color Harmonies of #362D78
Complementary color
Monochromatic Colors of #362D78
Black with #362D78
Text Example
Text Example
White with #362D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D78; }
p { color: rgb(54,45,120); }
H1.HeaderClassName
{
color: #362D78;
}
.AnyTagClassName
{
color: #362D78;
}
</style>
background-color css
<style>
a { background-color: #362D78; }
a { background-color: rgb(54,45,120); }
div.DivClassName
{
background-color: #362D78;
}
.BgClassName
{
background-color: #362D78;
}
</style>
border-color css
<style>
span { border-color: #362D78; }
span { border-color: rgb(54,45,120); }
td.TdClassName
{
border-color: #362D78;
}
.TagClassName
{
border-color: #362D78;
}
</style>