Shades of Deep Koamaru #37385C
Tints of Deep Koamaru #37385C
RGB
CMYK
RGB Variations
Color information
#37385C (or 0x37385C) is known color: Deep Koamaru. HEX triplet: 37, 38 and 5C. RGB value is (55,56,92). Sum of RGB (Red+Green+Blue) = 55+56+92=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #37385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37385C is #C8C7A3. Grayscale: #3B3B3B. Windows color (decimal): -13158308 or 6043703. OLE color: 6043703.
HSL color Cylindrical-coordinate representation of color #37385C: hue angle of 238.38º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37385C is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 56 | 92 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.64 |
| HSL | 238.38º | 0.25% | 0.29% | - |
| HSV(B) | 238.38º | 0.4% | 0.36% | - |
| XYZ | 4.92 | 4.41 | 10.72 | - |
| YUV | 59.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 92 | 0.40 | 0.39 | 0 | 0.64 | 238.38 | 0.25 | 0.29 |
| Hex | 37 | 38 | 5C | 28 | 27 | 0 | 40 | EE | 19 | 1D |
| Octal | 67 | 70 | 134 | 50 | 47 | 0 | 100 | 356 | 31 | 35 |
| Binary | 110111 | 111000 | 1011100 | 101000 | 100111 | 0 | 1000000 | 11101110 | 11001 | 11101 |
Color Harmonies of #37385C
Complementary color
Monochromatic Colors of #37385C
Black with #37385C
Text Example
Text Example
White with #37385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37385C; }
p { color: rgb(55,56,92); }
H1.HeaderClassName
{
color: #37385C;
}
.AnyTagClassName
{
color: #37385C;
}
</style>
background-color css
<style>
a { background-color: #37385C; }
a { background-color: rgb(55,56,92); }
div.DivClassName
{
background-color: #37385C;
}
.BgClassName
{
background-color: #37385C;
}
</style>
border-color css
<style>
span { border-color: #37385C; }
span { border-color: rgb(55,56,92); }
td.TdClassName
{
border-color: #37385C;
}
.TagClassName
{
border-color: #37385C;
}
</style>