Shades of Blumine #375C68
Tints of Blumine #375C68
RGB
CMYK
RGB Variations
Color information
#375C68 (or 0x375C68) is known color: Blumine. HEX triplet: 37, 5C and 68. RGB value is (55,92,104). Sum of RGB (Red+Green+Blue) = 55+92+104=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #375C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C68 is #C8A397. Grayscale: #525252. Windows color (decimal): -13149080 or 6839351. OLE color: 6839351.
HSL color Cylindrical-coordinate representation of color #375C68: hue angle of 194.69º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #375C68 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 92 | 104 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.59 |
| HSL | 194.69º | 0.31% | 0.31% | - |
| HSV(B) | 194.69º | 0.47% | 0.41% | - |
| XYZ | 7.9 | 9.47 | 14.51 | - |
| YUV | 82.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 104 | 0.47 | 0.12 | 0 | 0.59 | 194.69 | 0.31 | 0.31 |
| Hex | 37 | 5C | 68 | 2F | C | 0 | 3B | C3 | 1F | 1F |
| Octal | 67 | 134 | 150 | 57 | 14 | 0 | 73 | 303 | 37 | 37 |
| Binary | 110111 | 1011100 | 1101000 | 101111 | 1100 | 0 | 111011 | 11000011 | 11111 | 11111 |
Color Harmonies of #375C68
Complementary color
Monochromatic Colors of #375C68
Black with #375C68
Text Example
Text Example
White with #375C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C68; }
p { color: rgb(55,92,104); }
H1.HeaderClassName
{
color: #375C68;
}
.AnyTagClassName
{
color: #375C68;
}
</style>
background-color css
<style>
a { background-color: #375C68; }
a { background-color: rgb(55,92,104); }
div.DivClassName
{
background-color: #375C68;
}
.BgClassName
{
background-color: #375C68;
}
</style>
border-color css
<style>
span { border-color: #375C68; }
span { border-color: rgb(55,92,104); }
td.TdClassName
{
border-color: #375C68;
}
.TagClassName
{
border-color: #375C68;
}
</style>