Shades of Blumine #275C68
Tints of Blumine #275C68
RGB
CMYK
RGB Variations
Color information
#275C68 (or 0x275C68) is known color: Blumine. HEX triplet: 27, 5C and 68. RGB value is (39,92,104). Sum of RGB (Red+Green+Blue) = 39+92+104=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #275C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C68 is #D8A397. Grayscale: #4D4D4D. Windows color (decimal): -14197656 or 6839335. OLE color: 6839335.
HSL color Cylindrical-coordinate representation of color #275C68: hue angle of 191.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #275C68 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 92 | 104 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.59 |
| HSL | 191.08º | 0.45% | 0.28% | - |
| HSV(B) | 191.08º | 0.63% | 0.41% | - |
| XYZ | 7.16 | 9.09 | 14.47 | - |
| YUV | 77.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 104 | 0.62 | 0.12 | 0 | 0.59 | 191.08 | 0.45 | 0.28 |
| Hex | 27 | 5C | 68 | 3E | C | 0 | 3B | BF | 2D | 1C |
| Octal | 47 | 134 | 150 | 76 | 14 | 0 | 73 | 277 | 55 | 34 |
| Binary | 100111 | 1011100 | 1101000 | 111110 | 1100 | 0 | 111011 | 10111111 | 101101 | 11100 |
Color Harmonies of #275C68
Complementary color
Monochromatic Colors of #275C68
Black with #275C68
Text Example
Text Example
White with #275C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C68; }
p { color: rgb(39,92,104); }
H1.HeaderClassName
{
color: #275C68;
}
.AnyTagClassName
{
color: #275C68;
}
</style>
background-color css
<style>
a { background-color: #275C68; }
a { background-color: rgb(39,92,104); }
div.DivClassName
{
background-color: #275C68;
}
.BgClassName
{
background-color: #275C68;
}
</style>
border-color css
<style>
span { border-color: #275C68; }
span { border-color: rgb(39,92,104); }
td.TdClassName
{
border-color: #275C68;
}
.TagClassName
{
border-color: #275C68;
}
</style>