Shades of Blumine #375F69
Tints of Blumine #375F69
RGB
CMYK
RGB Variations
Color information
#375F69 (or 0x375F69) is known color: Blumine. HEX triplet: 37, 5F and 69. RGB value is (55,95,105). Sum of RGB (Red+Green+Blue) = 55+95+105=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #375F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F69 is #C8A096. Grayscale: #545454. Windows color (decimal): -13148311 or 6905655. OLE color: 6905655.
HSL color Cylindrical-coordinate representation of color #375F69: hue angle of 192º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #375F69 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 95 | 105 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.59 |
| HSL | 192º | 0.31% | 0.31% | - |
| HSV(B) | 192º | 0.48% | 0.41% | - |
| XYZ | 8.22 | 10.02 | 14.86 | - |
| YUV | 84.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 105 | 0.48 | 0.10 | 0 | 0.59 | 192 | 0.31 | 0.31 |
| Hex | 37 | 5F | 69 | 30 | A | 0 | 3B | C0 | 1F | 1F |
| Octal | 67 | 137 | 151 | 60 | 12 | 0 | 73 | 300 | 37 | 37 |
| Binary | 110111 | 1011111 | 1101001 | 110000 | 1010 | 0 | 111011 | 11000000 | 11111 | 11111 |
Color Harmonies of #375F69
Complementary color
Monochromatic Colors of #375F69
Black with #375F69
Text Example
Text Example
White with #375F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F69; }
p { color: rgb(55,95,105); }
H1.HeaderClassName
{
color: #375F69;
}
.AnyTagClassName
{
color: #375F69;
}
</style>
background-color css
<style>
a { background-color: #375F69; }
a { background-color: rgb(55,95,105); }
div.DivClassName
{
background-color: #375F69;
}
.BgClassName
{
background-color: #375F69;
}
</style>
border-color css
<style>
span { border-color: #375F69; }
span { border-color: rgb(55,95,105); }
td.TdClassName
{
border-color: #375F69;
}
.TagClassName
{
border-color: #375F69;
}
</style>