Shades of Deep Koamaru #362F70
Tints of Deep Koamaru #362F70
RGB
CMYK
RGB Variations
Color information
#362F70 (or 0x362F70) is known color: Deep Koamaru. HEX triplet: 36, 2F and 70. RGB value is (54,47,112). Sum of RGB (Red+Green+Blue) = 54+47+112=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #362F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362F70 is #C9D08F. Grayscale: #383838. Windows color (decimal): -13226128 or 7352118. OLE color: 7352118.
HSL color Cylindrical-coordinate representation of color #362F70: hue angle of 246.46º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #362F70 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 47 | 112 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.56 |
| HSL | 246.46º | 0.41% | 0.31% | - |
| HSV(B) | 246.46º | 0.58% | 0.44% | - |
| XYZ | 5.46 | 3.99 | 15.81 | - |
| YUV | 56.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 112 | 0.52 | 0.58 | 0 | 0.56 | 246.46 | 0.41 | 0.31 |
| Hex | 36 | 2F | 70 | 34 | 3A | 0 | 38 | F6 | 29 | 1F |
| Octal | 66 | 57 | 160 | 64 | 72 | 0 | 70 | 366 | 51 | 37 |
| Binary | 110110 | 101111 | 1110000 | 110100 | 111010 | 0 | 111000 | 11110110 | 101001 | 11111 |
Color Harmonies of #362F70
Complementary color
Monochromatic Colors of #362F70
Black with #362F70
Text Example
Text Example
White with #362F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F70; }
p { color: rgb(54,47,112); }
H1.HeaderClassName
{
color: #362F70;
}
.AnyTagClassName
{
color: #362F70;
}
</style>
background-color css
<style>
a { background-color: #362F70; }
a { background-color: rgb(54,47,112); }
div.DivClassName
{
background-color: #362F70;
}
.BgClassName
{
background-color: #362F70;
}
</style>
border-color css
<style>
span { border-color: #362F70; }
span { border-color: rgb(54,47,112); }
td.TdClassName
{
border-color: #362F70;
}
.TagClassName
{
border-color: #362F70;
}
</style>