Shades of Blumine #275D67
Tints of Blumine #275D67
RGB
CMYK
RGB Variations
Color information
#275D67 (or 0x275D67) is known color: Blumine. HEX triplet: 27, 5D and 67. RGB value is (39,93,103). Sum of RGB (Red+Green+Blue) = 39+93+103=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #275D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D67 is #D8A298. Grayscale: #4D4D4D. Windows color (decimal): -14197401 or 6774055. OLE color: 6774055.
HSL color Cylindrical-coordinate representation of color #275D67: hue angle of 189.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #275D67 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 93 | 103 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.60 |
| HSL | 189.38º | 0.45% | 0.28% | - |
| HSV(B) | 189.38º | 0.62% | 0.4% | - |
| XYZ | 7.2 | 9.24 | 14.24 | - |
| YUV | 77.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 103 | 0.62 | 0.10 | 0 | 0.60 | 189.38 | 0.45 | 0.28 |
| Hex | 27 | 5D | 67 | 3E | A | 0 | 3C | BD | 2D | 1C |
| Octal | 47 | 135 | 147 | 76 | 12 | 0 | 74 | 275 | 55 | 34 |
| Binary | 100111 | 1011101 | 1100111 | 111110 | 1010 | 0 | 111100 | 10111101 | 101101 | 11100 |
Color Harmonies of #275D67
Complementary color
Monochromatic Colors of #275D67
Black with #275D67
Text Example
Text Example
White with #275D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D67; }
p { color: rgb(39,93,103); }
H1.HeaderClassName
{
color: #275D67;
}
.AnyTagClassName
{
color: #275D67;
}
</style>
background-color css
<style>
a { background-color: #275D67; }
a { background-color: rgb(39,93,103); }
div.DivClassName
{
background-color: #275D67;
}
.BgClassName
{
background-color: #275D67;
}
</style>
border-color css
<style>
span { border-color: #275D67; }
span { border-color: rgb(39,93,103); }
td.TdClassName
{
border-color: #275D67;
}
.TagClassName
{
border-color: #275D67;
}
</style>