Shades of Blumine #275C69
Tints of Blumine #275C69
RGB
CMYK
RGB Variations
Color information
#275C69 (or 0x275C69) is known color: Blumine. HEX triplet: 27, 5C and 69. RGB value is (39,92,105). Sum of RGB (Red+Green+Blue) = 39+92+105=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #275C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C69 is #D8A396. Grayscale: #4D4D4D. Windows color (decimal): -14197655 or 6904871. OLE color: 6904871.
HSL color Cylindrical-coordinate representation of color #275C69: hue angle of 191.82º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #275C69 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 92 | 105 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.59 |
| HSL | 191.82º | 0.46% | 0.28% | - |
| HSV(B) | 191.82º | 0.63% | 0.41% | - |
| XYZ | 7.21 | 9.11 | 14.74 | - |
| YUV | 77.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 105 | 0.63 | 0.12 | 0 | 0.59 | 191.82 | 0.46 | 0.28 |
| Hex | 27 | 5C | 69 | 3F | C | 0 | 3B | C0 | 2E | 1C |
| Octal | 47 | 134 | 151 | 77 | 14 | 0 | 73 | 300 | 56 | 34 |
| Binary | 100111 | 1011100 | 1101001 | 111111 | 1100 | 0 | 111011 | 11000000 | 101110 | 11100 |
Color Harmonies of #275C69
Complementary color
Monochromatic Colors of #275C69
Black with #275C69
Text Example
Text Example
White with #275C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C69; }
p { color: rgb(39,92,105); }
H1.HeaderClassName
{
color: #275C69;
}
.AnyTagClassName
{
color: #275C69;
}
</style>
background-color css
<style>
a { background-color: #275C69; }
a { background-color: rgb(39,92,105); }
div.DivClassName
{
background-color: #275C69;
}
.BgClassName
{
background-color: #275C69;
}
</style>
border-color css
<style>
span { border-color: #275C69; }
span { border-color: rgb(39,92,105); }
td.TdClassName
{
border-color: #275C69;
}
.TagClassName
{
border-color: #275C69;
}
</style>