Shades of Blumine #255E6B
Tints of Blumine #255E6B
RGB
CMYK
RGB Variations
Color information
#255E6B (or 0x255E6B) is known color: Blumine. HEX triplet: 25, 5E and 6B. RGB value is (37,94,107). Sum of RGB (Red+Green+Blue) = 37+94+107=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #255E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E6B is #DAA194. Grayscale: #4E4E4E. Windows color (decimal): -14328213 or 7036453. OLE color: 7036453.
HSL color Cylindrical-coordinate representation of color #255E6B: hue angle of 191.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #255E6B is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 94 | 107 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.58 |
| HSL | 191.14º | 0.49% | 0.28% | - |
| HSV(B) | 191.14º | 0.65% | 0.42% | - |
| XYZ | 7.42 | 9.46 | 15.34 | - |
| YUV | 78.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 107 | 0.65 | 0.12 | 0 | 0.58 | 191.14 | 0.49 | 0.28 |
| Hex | 25 | 5E | 6B | 41 | C | 0 | 3A | BF | 31 | 1C |
| Octal | 45 | 136 | 153 | 101 | 14 | 0 | 72 | 277 | 61 | 34 |
| Binary | 100101 | 1011110 | 1101011 | 1000001 | 1100 | 0 | 111010 | 10111111 | 110001 | 11100 |
Color Harmonies of #255E6B
Complementary color
Monochromatic Colors of #255E6B
Black with #255E6B
Text Example
Text Example
White with #255E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E6B; }
p { color: rgb(37,94,107); }
H1.HeaderClassName
{
color: #255E6B;
}
.AnyTagClassName
{
color: #255E6B;
}
</style>
background-color css
<style>
a { background-color: #255E6B; }
a { background-color: rgb(37,94,107); }
div.DivClassName
{
background-color: #255E6B;
}
.BgClassName
{
background-color: #255E6B;
}
</style>
border-color css
<style>
span { border-color: #255E6B; }
span { border-color: rgb(37,94,107); }
td.TdClassName
{
border-color: #255E6B;
}
.TagClassName
{
border-color: #255E6B;
}
</style>