Shades of Blumine #275E6D
Tints of Blumine #275E6D
RGB
CMYK
RGB Variations
Color information
#275E6D (or 0x275E6D) is known color: Blumine. HEX triplet: 27, 5E and 6D. RGB value is (39,94,109). Sum of RGB (Red+Green+Blue) = 39+94+109=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #275E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E6D is #D8A192. Grayscale: #4F4F4F. Windows color (decimal): -14197139 or 7167527. OLE color: 7167527.
HSL color Cylindrical-coordinate representation of color #275E6D: hue angle of 192.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #275E6D is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 94 | 109 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.57 |
| HSL | 192.86º | 0.47% | 0.29% | - |
| HSV(B) | 192.86º | 0.64% | 0.43% | - |
| XYZ | 7.6 | 9.54 | 15.91 | - |
| YUV | 79.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 109 | 0.64 | 0.14 | 0 | 0.57 | 192.86 | 0.47 | 0.29 |
| Hex | 27 | 5E | 6D | 40 | E | 0 | 39 | C1 | 2F | 1D |
| Octal | 47 | 136 | 155 | 100 | 16 | 0 | 71 | 301 | 57 | 35 |
| Binary | 100111 | 1011110 | 1101101 | 1000000 | 1110 | 0 | 111001 | 11000001 | 101111 | 11101 |
Color Harmonies of #275E6D
Complementary color
Monochromatic Colors of #275E6D
Black with #275E6D
Text Example
Text Example
White with #275E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275E6D; }
p { color: rgb(39,94,109); }
H1.HeaderClassName
{
color: #275E6D;
}
.AnyTagClassName
{
color: #275E6D;
}
</style>
background-color css
<style>
a { background-color: #275E6D; }
a { background-color: rgb(39,94,109); }
div.DivClassName
{
background-color: #275E6D;
}
.BgClassName
{
background-color: #275E6D;
}
</style>
border-color css
<style>
span { border-color: #275E6D; }
span { border-color: rgb(39,94,109); }
td.TdClassName
{
border-color: #275E6D;
}
.TagClassName
{
border-color: #275E6D;
}
</style>