Shades of Blumine #255F6D
Tints of Blumine #255F6D
RGB
CMYK
RGB Variations
Color information
#255F6D (or 0x255F6D) is known color: Blumine. HEX triplet: 25, 5F and 6D. RGB value is (37,95,109). Sum of RGB (Red+Green+Blue) = 37+95+109=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #255F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F6D is #DAA092. Grayscale: #4F4F4F. Windows color (decimal): -14327955 or 7167781. OLE color: 7167781.
HSL color Cylindrical-coordinate representation of color #255F6D: hue angle of 191.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #255F6D is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 95 | 109 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.57 |
| HSL | 191.67º | 0.49% | 0.29% | - |
| HSV(B) | 191.67º | 0.66% | 0.43% | - |
| XYZ | 7.62 | 9.68 | 15.94 | - |
| YUV | 79.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 109 | 0.66 | 0.13 | 0 | 0.57 | 191.67 | 0.49 | 0.29 |
| Hex | 25 | 5F | 6D | 42 | D | 0 | 39 | C0 | 31 | 1D |
| Octal | 45 | 137 | 155 | 102 | 15 | 0 | 71 | 300 | 61 | 35 |
| Binary | 100101 | 1011111 | 1101101 | 1000010 | 1101 | 0 | 111001 | 11000000 | 110001 | 11101 |
Color Harmonies of #255F6D
Complementary color
Monochromatic Colors of #255F6D
Black with #255F6D
Text Example
Text Example
White with #255F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F6D; }
p { color: rgb(37,95,109); }
H1.HeaderClassName
{
color: #255F6D;
}
.AnyTagClassName
{
color: #255F6D;
}
</style>
background-color css
<style>
a { background-color: #255F6D; }
a { background-color: rgb(37,95,109); }
div.DivClassName
{
background-color: #255F6D;
}
.BgClassName
{
background-color: #255F6D;
}
</style>
border-color css
<style>
span { border-color: #255F6D; }
span { border-color: rgb(37,95,109); }
td.TdClassName
{
border-color: #255F6D;
}
.TagClassName
{
border-color: #255F6D;
}
</style>