Shades of Blumine #255F6A
Tints of Blumine #255F6A
RGB
CMYK
RGB Variations
Color information
#255F6A (or 0x255F6A) is known color: Blumine. HEX triplet: 25, 5F and 6A. RGB value is (37,95,106). Sum of RGB (Red+Green+Blue) = 37+95+106=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #255F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F6A is #DAA095. Grayscale: #4E4E4E. Windows color (decimal): -14327958 or 6971173. OLE color: 6971173.
HSL color Cylindrical-coordinate representation of color #255F6A: hue angle of 189.57º degrees, saturation: 0.48, 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 #255F6A is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 95 | 106 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.58 |
| HSL | 189.57º | 0.48% | 0.28% | - |
| HSV(B) | 189.57º | 0.65% | 0.42% | - |
| XYZ | 7.46 | 9.62 | 15.1 | - |
| YUV | 78.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 106 | 0.65 | 0.10 | 0 | 0.58 | 189.57 | 0.48 | 0.28 |
| Hex | 25 | 5F | 6A | 41 | A | 0 | 3A | BE | 30 | 1C |
| Octal | 45 | 137 | 152 | 101 | 12 | 0 | 72 | 276 | 60 | 34 |
| Binary | 100101 | 1011111 | 1101010 | 1000001 | 1010 | 0 | 111010 | 10111110 | 110000 | 11100 |
Color Harmonies of #255F6A
Complementary color
Monochromatic Colors of #255F6A
Black with #255F6A
Text Example
Text Example
White with #255F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F6A; }
p { color: rgb(37,95,106); }
H1.HeaderClassName
{
color: #255F6A;
}
.AnyTagClassName
{
color: #255F6A;
}
</style>
background-color css
<style>
a { background-color: #255F6A; }
a { background-color: rgb(37,95,106); }
div.DivClassName
{
background-color: #255F6A;
}
.BgClassName
{
background-color: #255F6A;
}
</style>
border-color css
<style>
span { border-color: #255F6A; }
span { border-color: rgb(37,95,106); }
td.TdClassName
{
border-color: #255F6A;
}
.TagClassName
{
border-color: #255F6A;
}
</style>