Shades of Deep Koamaru #373469
Tints of Deep Koamaru #373469
RGB
CMYK
RGB Variations
Color information
#373469 (or 0x373469) is known color: Deep Koamaru. HEX triplet: 37, 34 and 69. RGB value is (55,52,105). Sum of RGB (Red+Green+Blue) = 55+52+105=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #373469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373469 is #C8CB96. Grayscale: #3A3A3A. Windows color (decimal): -13159319 or 6894647. OLE color: 6894647.
HSL color Cylindrical-coordinate representation of color #373469: hue angle of 243.4º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #373469 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 52 | 105 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.59 |
| HSL | 243.4º | 0.34% | 0.31% | - |
| HSV(B) | 243.4º | 0.5% | 0.41% | - |
| XYZ | 5.35 | 4.29 | 13.91 | - |
| YUV | 58.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 105 | 0.48 | 0.50 | 0 | 0.59 | 243.4 | 0.34 | 0.31 |
| Hex | 37 | 34 | 69 | 30 | 32 | 0 | 3B | F3 | 22 | 1F |
| Octal | 67 | 64 | 151 | 60 | 62 | 0 | 73 | 363 | 42 | 37 |
| Binary | 110111 | 110100 | 1101001 | 110000 | 110010 | 0 | 111011 | 11110011 | 100010 | 11111 |
Color Harmonies of #373469
Complementary color
Monochromatic Colors of #373469
Black with #373469
Text Example
Text Example
White with #373469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373469; }
p { color: rgb(55,52,105); }
H1.HeaderClassName
{
color: #373469;
}
.AnyTagClassName
{
color: #373469;
}
</style>
background-color css
<style>
a { background-color: #373469; }
a { background-color: rgb(55,52,105); }
div.DivClassName
{
background-color: #373469;
}
.BgClassName
{
background-color: #373469;
}
</style>
border-color css
<style>
span { border-color: #373469; }
span { border-color: rgb(55,52,105); }
td.TdClassName
{
border-color: #373469;
}
.TagClassName
{
border-color: #373469;
}
</style>