Shades of Deep Koamaru #37345C
Tints of Deep Koamaru #37345C
RGB
CMYK
RGB Variations
Color information
#37345C (or 0x37345C) is known color: Deep Koamaru. HEX triplet: 37, 34 and 5C. RGB value is (55,52,92). Sum of RGB (Red+Green+Blue) = 55+52+92=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #37345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37345C is #C8CBA3. Grayscale: #393939. Windows color (decimal): -13159332 or 6042679. OLE color: 6042679.
HSL color Cylindrical-coordinate representation of color #37345C: hue angle of 244.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37345C is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 52 | 92 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.64 |
| HSL | 244.5º | 0.28% | 0.28% | - |
| HSV(B) | 244.5º | 0.43% | 0.36% | - |
| XYZ | 4.74 | 4.04 | 10.66 | - |
| YUV | 57.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 92 | 0.40 | 0.43 | 0 | 0.64 | 244.5 | 0.28 | 0.28 |
| Hex | 37 | 34 | 5C | 28 | 2B | 0 | 40 | F4 | 1C | 1C |
| Octal | 67 | 64 | 134 | 50 | 53 | 0 | 100 | 364 | 34 | 34 |
| Binary | 110111 | 110100 | 1011100 | 101000 | 101011 | 0 | 1000000 | 11110100 | 11100 | 11100 |
Color Harmonies of #37345C
Complementary color
Monochromatic Colors of #37345C
Black with #37345C
Text Example
Text Example
White with #37345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37345C; }
p { color: rgb(55,52,92); }
H1.HeaderClassName
{
color: #37345C;
}
.AnyTagClassName
{
color: #37345C;
}
</style>
background-color css
<style>
a { background-color: #37345C; }
a { background-color: rgb(55,52,92); }
div.DivClassName
{
background-color: #37345C;
}
.BgClassName
{
background-color: #37345C;
}
</style>
border-color css
<style>
span { border-color: #37345C; }
span { border-color: rgb(55,52,92); }
td.TdClassName
{
border-color: #37345C;
}
.TagClassName
{
border-color: #37345C;
}
</style>