Shades of Blumine #375A6E
Tints of Blumine #375A6E
RGB
CMYK
RGB Variations
Color information
#375A6E (or 0x375A6E) is known color: Blumine. HEX triplet: 37, 5A and 6E. RGB value is (55,90,110). Sum of RGB (Red+Green+Blue) = 55+90+110=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #375A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A6E is #C8A591. Grayscale: #515151. Windows color (decimal): -13149586 or 7232055. OLE color: 7232055.
HSL color Cylindrical-coordinate representation of color #375A6E: hue angle of 201.82º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #375A6E is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 90 | 110 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.57 |
| HSL | 201.82º | 0.33% | 0.32% | - |
| HSV(B) | 201.82º | 0.5% | 0.43% | - |
| XYZ | 8.05 | 9.25 | 16.11 | - |
| YUV | 81.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 110 | 0.5 | 0.18 | 0 | 0.57 | 201.82 | 0.33 | 0.32 |
| Hex | 37 | 5A | 6E | 32 | 12 | 0 | 39 | CA | 21 | 20 |
| Octal | 67 | 132 | 156 | 62 | 22 | 0 | 71 | 312 | 41 | 40 |
| Binary | 110111 | 1011010 | 1101110 | 110010 | 10010 | 0 | 111001 | 11001010 | 100001 | 100000 |
Color Harmonies of #375A6E
Complementary color
Monochromatic Colors of #375A6E
Black with #375A6E
Text Example
Text Example
White with #375A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A6E; }
p { color: rgb(55,90,110); }
H1.HeaderClassName
{
color: #375A6E;
}
.AnyTagClassName
{
color: #375A6E;
}
</style>
background-color css
<style>
a { background-color: #375A6E; }
a { background-color: rgb(55,90,110); }
div.DivClassName
{
background-color: #375A6E;
}
.BgClassName
{
background-color: #375A6E;
}
</style>
border-color css
<style>
span { border-color: #375A6E; }
span { border-color: rgb(55,90,110); }
td.TdClassName
{
border-color: #375A6E;
}
.TagClassName
{
border-color: #375A6E;
}
</style>