Shades of Deep Koamaru #363461
Tints of Deep Koamaru #363461
RGB
CMYK
RGB Variations
Color information
#363461 (or 0x363461) is known color: Deep Koamaru. HEX triplet: 36, 34 and 61. RGB value is (54,52,97). Sum of RGB (Red+Green+Blue) = 54+52+97=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #363461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363461 is #C9CB9E. Grayscale: #393939. Windows color (decimal): -13224863 or 6370358. OLE color: 6370358.
HSL color Cylindrical-coordinate representation of color #363461: hue angle of 242.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #363461 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 52 | 97 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.62 |
| HSL | 242.67º | 0.3% | 0.29% | - |
| HSV(B) | 242.67º | 0.46% | 0.38% | - |
| XYZ | 4.91 | 4.1 | 11.84 | - |
| YUV | 57.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 97 | 0.44 | 0.46 | 0 | 0.62 | 242.67 | 0.3 | 0.29 |
| Hex | 36 | 34 | 61 | 2C | 2E | 0 | 3E | F3 | 1E | 1D |
| Octal | 66 | 64 | 141 | 54 | 56 | 0 | 76 | 363 | 36 | 35 |
| Binary | 110110 | 110100 | 1100001 | 101100 | 101110 | 0 | 111110 | 11110011 | 11110 | 11101 |
Color Harmonies of #363461
Complementary color
Monochromatic Colors of #363461
Black with #363461
Text Example
Text Example
White with #363461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363461; }
p { color: rgb(54,52,97); }
H1.HeaderClassName
{
color: #363461;
}
.AnyTagClassName
{
color: #363461;
}
</style>
background-color css
<style>
a { background-color: #363461; }
a { background-color: rgb(54,52,97); }
div.DivClassName
{
background-color: #363461;
}
.BgClassName
{
background-color: #363461;
}
</style>
border-color css
<style>
span { border-color: #363461; }
span { border-color: rgb(54,52,97); }
td.TdClassName
{
border-color: #363461;
}
.TagClassName
{
border-color: #363461;
}
</style>