Shades of Deep Koamaru #363870
Tints of Deep Koamaru #363870
RGB
CMYK
RGB Variations
Color information
#363870 (or 0x363870) is known color: Deep Koamaru. HEX triplet: 36, 38 and 70. RGB value is (54,56,112). Sum of RGB (Red+Green+Blue) = 54+56+112=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #363870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363870 is #C9C78F. Grayscale: #3D3D3D. Windows color (decimal): -13223824 or 7354422. OLE color: 7354422.
HSL color Cylindrical-coordinate representation of color #363870: hue angle of 237.93º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363870 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 56 | 112 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.56 |
| HSL | 237.93º | 0.35% | 0.33% | - |
| HSV(B) | 237.93º | 0.52% | 0.44% | - |
| XYZ | 5.86 | 4.78 | 15.94 | - |
| YUV | 61.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 112 | 0.52 | 0.50 | 0 | 0.56 | 237.93 | 0.35 | 0.33 |
| Hex | 36 | 38 | 70 | 34 | 32 | 0 | 38 | EE | 23 | 21 |
| Octal | 66 | 70 | 160 | 64 | 62 | 0 | 70 | 356 | 43 | 41 |
| Binary | 110110 | 111000 | 1110000 | 110100 | 110010 | 0 | 111000 | 11101110 | 100011 | 100001 |
Color Harmonies of #363870
Complementary color
Monochromatic Colors of #363870
Black with #363870
Text Example
Text Example
White with #363870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363870; }
p { color: rgb(54,56,112); }
H1.HeaderClassName
{
color: #363870;
}
.AnyTagClassName
{
color: #363870;
}
</style>
background-color css
<style>
a { background-color: #363870; }
a { background-color: rgb(54,56,112); }
div.DivClassName
{
background-color: #363870;
}
.BgClassName
{
background-color: #363870;
}
</style>
border-color css
<style>
span { border-color: #363870; }
span { border-color: rgb(54,56,112); }
td.TdClassName
{
border-color: #363870;
}
.TagClassName
{
border-color: #363870;
}
</style>