Shades of Blumine #39626F
Tints of Blumine #39626F
RGB
CMYK
RGB Variations
Color information
#39626F (or 0x39626F) is known color: Blumine. HEX triplet: 39, 62 and 6F. RGB value is (57,98,111). Sum of RGB (Red+Green+Blue) = 57+98+111=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #39626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39626F is #C69D90. Grayscale: #575757. Windows color (decimal): -13016465 or 7299641. OLE color: 7299641.
HSL color Cylindrical-coordinate representation of color #39626F: hue angle of 194.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39626F is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 98 | 111 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.56 |
| HSL | 194.44º | 0.32% | 0.33% | - |
| HSV(B) | 194.44º | 0.49% | 0.44% | - |
| XYZ | 8.92 | 10.75 | 16.64 | - |
| YUV | 87.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 111 | 0.49 | 0.12 | 0 | 0.56 | 194.44 | 0.32 | 0.33 |
| Hex | 39 | 62 | 6F | 31 | C | 0 | 38 | C2 | 20 | 21 |
| Octal | 71 | 142 | 157 | 61 | 14 | 0 | 70 | 302 | 40 | 41 |
| Binary | 111001 | 1100010 | 1101111 | 110001 | 1100 | 0 | 111000 | 11000010 | 100000 | 100001 |
Color Harmonies of #39626F
Complementary color
Monochromatic Colors of #39626F
Black with #39626F
Text Example
Text Example
White with #39626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39626F; }
p { color: rgb(57,98,111); }
H1.HeaderClassName
{
color: #39626F;
}
.AnyTagClassName
{
color: #39626F;
}
</style>
background-color css
<style>
a { background-color: #39626F; }
a { background-color: rgb(57,98,111); }
div.DivClassName
{
background-color: #39626F;
}
.BgClassName
{
background-color: #39626F;
}
</style>
border-color css
<style>
span { border-color: #39626F; }
span { border-color: rgb(57,98,111); }
td.TdClassName
{
border-color: #39626F;
}
.TagClassName
{
border-color: #39626F;
}
</style>