Shades of Deep Koamaru #373A63
Tints of Deep Koamaru #373A63
RGB
CMYK
RGB Variations
Color information
#373A63 (or 0x373A63) is known color: Deep Koamaru. HEX triplet: 37, 3A and 63. RGB value is (55,58,99). Sum of RGB (Red+Green+Blue) = 55+58+99=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #373A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A63 is #C8C59C. Grayscale: #3D3D3D. Windows color (decimal): -13157789 or 6502967. OLE color: 6502967.
HSL color Cylindrical-coordinate representation of color #373A63: hue angle of 235.91º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #373A63 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 58 | 99 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.61 |
| HSL | 235.91º | 0.29% | 0.3% | - |
| HSV(B) | 235.91º | 0.44% | 0.39% | - |
| XYZ | 5.34 | 4.74 | 12.44 | - |
| YUV | 61.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 99 | 0.44 | 0.41 | 0 | 0.61 | 235.91 | 0.29 | 0.3 |
| Hex | 37 | 3A | 63 | 2C | 29 | 0 | 3D | EC | 1D | 1E |
| Octal | 67 | 72 | 143 | 54 | 51 | 0 | 75 | 354 | 35 | 36 |
| Binary | 110111 | 111010 | 1100011 | 101100 | 101001 | 0 | 111101 | 11101100 | 11101 | 11110 |
Color Harmonies of #373A63
Complementary color
Monochromatic Colors of #373A63
Black with #373A63
Text Example
Text Example
White with #373A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A63; }
p { color: rgb(55,58,99); }
H1.HeaderClassName
{
color: #373A63;
}
.AnyTagClassName
{
color: #373A63;
}
</style>
background-color css
<style>
a { background-color: #373A63; }
a { background-color: rgb(55,58,99); }
div.DivClassName
{
background-color: #373A63;
}
.BgClassName
{
background-color: #373A63;
}
</style>
border-color css
<style>
span { border-color: #373A63; }
span { border-color: rgb(55,58,99); }
td.TdClassName
{
border-color: #373A63;
}
.TagClassName
{
border-color: #373A63;
}
</style>