Shades of Blumine #3D6275
Tints of Blumine #3D6275
RGB
CMYK
RGB Variations
Color information
#3D6275 (or 0x3D6275) is known color: Blumine. HEX triplet: 3D, 62 and 75. RGB value is (61,98,117). Sum of RGB (Red+Green+Blue) = 61+98+117=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D6275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6275 is #C29D8A. Grayscale: #585858. Windows color (decimal): -12754315 or 7692861. OLE color: 7692861.
HSL color Cylindrical-coordinate representation of color #3D6275: hue angle of 200.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D6275 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 98 | 117 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.54 |
| HSL | 200.36º | 0.31% | 0.35% | - |
| HSV(B) | 200.36º | 0.48% | 0.46% | - |
| XYZ | 9.5 | 11.01 | 18.45 | - |
| YUV | 89.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 117 | 0.48 | 0.16 | 0 | 0.54 | 200.36 | 0.31 | 0.35 |
| Hex | 3D | 62 | 75 | 30 | 10 | 0 | 36 | C8 | 1F | 23 |
| Octal | 75 | 142 | 165 | 60 | 20 | 0 | 66 | 310 | 37 | 43 |
| Binary | 111101 | 1100010 | 1110101 | 110000 | 10000 | 0 | 110110 | 11001000 | 11111 | 100011 |
Color Harmonies of #3D6275
Complementary color
Monochromatic Colors of #3D6275
Black with #3D6275
Text Example
Text Example
White with #3D6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6275; }
p { color: rgb(61,98,117); }
H1.HeaderClassName
{
color: #3D6275;
}
.AnyTagClassName
{
color: #3D6275;
}
</style>
background-color css
<style>
a { background-color: #3D6275; }
a { background-color: rgb(61,98,117); }
div.DivClassName
{
background-color: #3D6275;
}
.BgClassName
{
background-color: #3D6275;
}
</style>
border-color css
<style>
span { border-color: #3D6275; }
span { border-color: rgb(61,98,117); }
td.TdClassName
{
border-color: #3D6275;
}
.TagClassName
{
border-color: #3D6275;
}
</style>