Shades of Deep Koamaru #363175
Tints of Deep Koamaru #363175
RGB
CMYK
RGB Variations
Color information
#363175 (or 0x363175) is known color: Deep Koamaru. HEX triplet: 36, 31 and 75. RGB value is (54,49,117). Sum of RGB (Red+Green+Blue) = 54+49+117=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #363175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363175 is #C9CE8A. Grayscale: #393939. Windows color (decimal): -13225611 or 7680310. OLE color: 7680310.
HSL color Cylindrical-coordinate representation of color #363175: hue angle of 244.41º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363175 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 49 | 117 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.54 |
| HSL | 244.41º | 0.41% | 0.33% | - |
| HSV(B) | 244.41º | 0.58% | 0.46% | - |
| XYZ | 5.83 | 4.27 | 17.35 | - |
| YUV | 58.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 117 | 0.54 | 0.58 | 0 | 0.54 | 244.41 | 0.41 | 0.33 |
| Hex | 36 | 31 | 75 | 36 | 3A | 0 | 36 | F4 | 29 | 21 |
| Octal | 66 | 61 | 165 | 66 | 72 | 0 | 66 | 364 | 51 | 41 |
| Binary | 110110 | 110001 | 1110101 | 110110 | 111010 | 0 | 110110 | 11110100 | 101001 | 100001 |
Color Harmonies of #363175
Complementary color
Monochromatic Colors of #363175
Black with #363175
Text Example
Text Example
White with #363175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363175; }
p { color: rgb(54,49,117); }
H1.HeaderClassName
{
color: #363175;
}
.AnyTagClassName
{
color: #363175;
}
</style>
background-color css
<style>
a { background-color: #363175; }
a { background-color: rgb(54,49,117); }
div.DivClassName
{
background-color: #363175;
}
.BgClassName
{
background-color: #363175;
}
</style>
border-color css
<style>
span { border-color: #363175; }
span { border-color: rgb(54,49,117); }
td.TdClassName
{
border-color: #363175;
}
.TagClassName
{
border-color: #363175;
}
</style>