Shades of Blumine #275F6A
Tints of Blumine #275F6A
RGB
CMYK
RGB Variations
Color information
#275F6A (or 0x275F6A) is known color: Blumine. HEX triplet: 27, 5F and 6A. RGB value is (39,95,106). Sum of RGB (Red+Green+Blue) = 39+95+106=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #275F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F6A is #D8A095. Grayscale: #4F4F4F. Windows color (decimal): -14196886 or 6971175. OLE color: 6971175.
HSL color Cylindrical-coordinate representation of color #275F6A: hue angle of 189.85º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #275F6A is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 95 | 106 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.58 |
| HSL | 189.85º | 0.46% | 0.28% | - |
| HSV(B) | 189.85º | 0.63% | 0.42% | - |
| XYZ | 7.53 | 9.66 | 15.1 | - |
| YUV | 79.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 106 | 0.63 | 0.10 | 0 | 0.58 | 189.85 | 0.46 | 0.28 |
| Hex | 27 | 5F | 6A | 3F | A | 0 | 3A | BE | 2E | 1C |
| Octal | 47 | 137 | 152 | 77 | 12 | 0 | 72 | 276 | 56 | 34 |
| Binary | 100111 | 1011111 | 1101010 | 111111 | 1010 | 0 | 111010 | 10111110 | 101110 | 11100 |
Color Harmonies of #275F6A
Complementary color
Monochromatic Colors of #275F6A
Black with #275F6A
Text Example
Text Example
White with #275F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F6A; }
p { color: rgb(39,95,106); }
H1.HeaderClassName
{
color: #275F6A;
}
.AnyTagClassName
{
color: #275F6A;
}
</style>
background-color css
<style>
a { background-color: #275F6A; }
a { background-color: rgb(39,95,106); }
div.DivClassName
{
background-color: #275F6A;
}
.BgClassName
{
background-color: #275F6A;
}
</style>
border-color css
<style>
span { border-color: #275F6A; }
span { border-color: rgb(39,95,106); }
td.TdClassName
{
border-color: #275F6A;
}
.TagClassName
{
border-color: #275F6A;
}
</style>