Shades of Deep Koamaru #37345E
Tints of Deep Koamaru #37345E
RGB
CMYK
RGB Variations
Color information
#37345E (or 0x37345E) is known color: Deep Koamaru. HEX triplet: 37, 34 and 5E. RGB value is (55,52,94). Sum of RGB (Red+Green+Blue) = 55+52+94=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #37345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37345E is #C8CBA1. Grayscale: #393939. Windows color (decimal): -13159330 or 6173751. OLE color: 6173751.
HSL color Cylindrical-coordinate representation of color #37345E: hue angle of 244.29º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37345E is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 52 | 94 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.63 |
| HSL | 244.29º | 0.29% | 0.29% | - |
| HSV(B) | 244.29º | 0.45% | 0.37% | - |
| XYZ | 4.82 | 4.08 | 11.12 | - |
| YUV | 57.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 94 | 0.41 | 0.45 | 0 | 0.63 | 244.29 | 0.29 | 0.29 |
| Hex | 37 | 34 | 5E | 29 | 2D | 0 | 3F | F4 | 1D | 1D |
| Octal | 67 | 64 | 136 | 51 | 55 | 0 | 77 | 364 | 35 | 35 |
| Binary | 110111 | 110100 | 1011110 | 101001 | 101101 | 0 | 111111 | 11110100 | 11101 | 11101 |
Color Harmonies of #37345E
Complementary color
Monochromatic Colors of #37345E
Black with #37345E
Text Example
Text Example
White with #37345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37345E; }
p { color: rgb(55,52,94); }
H1.HeaderClassName
{
color: #37345E;
}
.AnyTagClassName
{
color: #37345E;
}
</style>
background-color css
<style>
a { background-color: #37345E; }
a { background-color: rgb(55,52,94); }
div.DivClassName
{
background-color: #37345E;
}
.BgClassName
{
background-color: #37345E;
}
</style>
border-color css
<style>
span { border-color: #37345E; }
span { border-color: rgb(55,52,94); }
td.TdClassName
{
border-color: #37345E;
}
.TagClassName
{
border-color: #37345E;
}
</style>