Shades of Blumine #275C65
Tints of Blumine #275C65
RGB
CMYK
RGB Variations
Color information
#275C65 (or 0x275C65) is known color: Blumine. HEX triplet: 27, 5C and 65. RGB value is (39,92,101). Sum of RGB (Red+Green+Blue) = 39+92+101=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #275C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C65 is #D8A39A. Grayscale: #4D4D4D. Windows color (decimal): -14197659 or 6642727. OLE color: 6642727.
HSL color Cylindrical-coordinate representation of color #275C65: hue angle of 188.71º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275C65 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 92 | 101 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.60 |
| HSL | 188.71º | 0.44% | 0.27% | - |
| HSV(B) | 188.71º | 0.61% | 0.4% | - |
| XYZ | 7.01 | 9.03 | 13.68 | - |
| YUV | 77.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 101 | 0.61 | 0.09 | 0 | 0.60 | 188.71 | 0.44 | 0.27 |
| Hex | 27 | 5C | 65 | 3D | 9 | 0 | 3C | BD | 2C | 1B |
| Octal | 47 | 134 | 145 | 75 | 11 | 0 | 74 | 275 | 54 | 33 |
| Binary | 100111 | 1011100 | 1100101 | 111101 | 1001 | 0 | 111100 | 10111101 | 101100 | 11011 |
Color Harmonies of #275C65
Complementary color
Monochromatic Colors of #275C65
Black with #275C65
Text Example
Text Example
White with #275C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C65; }
p { color: rgb(39,92,101); }
H1.HeaderClassName
{
color: #275C65;
}
.AnyTagClassName
{
color: #275C65;
}
</style>
background-color css
<style>
a { background-color: #275C65; }
a { background-color: rgb(39,92,101); }
div.DivClassName
{
background-color: #275C65;
}
.BgClassName
{
background-color: #275C65;
}
</style>
border-color css
<style>
span { border-color: #275C65; }
span { border-color: rgb(39,92,101); }
td.TdClassName
{
border-color: #275C65;
}
.TagClassName
{
border-color: #275C65;
}
</style>