Shades of Blumine #35647A
Tints of Blumine #35647A
RGB
CMYK
RGB Variations
Color information
#35647A (or 0x35647A) is known color: Blumine. HEX triplet: 35, 64 and 7A. RGB value is (53,100,122). Sum of RGB (Red+Green+Blue) = 53+100+122=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #35647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35647A is #CA9B85. Grayscale: #585858. Windows color (decimal): -13278086 or 8021045. OLE color: 8021045.
HSL color Cylindrical-coordinate representation of color #35647A: hue angle of 199.13º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35647A is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 100 | 122 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.52 |
| HSL | 199.13º | 0.39% | 0.34% | - |
| HSV(B) | 199.13º | 0.57% | 0.48% | - |
| XYZ | 9.54 | 11.28 | 20.09 | - |
| YUV | 88.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 122 | 0.57 | 0.18 | 0 | 0.52 | 199.13 | 0.39 | 0.34 |
| Hex | 35 | 64 | 7A | 39 | 12 | 0 | 34 | C7 | 27 | 22 |
| Octal | 65 | 144 | 172 | 71 | 22 | 0 | 64 | 307 | 47 | 42 |
| Binary | 110101 | 1100100 | 1111010 | 111001 | 10010 | 0 | 110100 | 11000111 | 100111 | 100010 |
Color Harmonies of #35647A
Complementary color
Monochromatic Colors of #35647A
Black with #35647A
Text Example
Text Example
White with #35647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35647A; }
p { color: rgb(53,100,122); }
H1.HeaderClassName
{
color: #35647A;
}
.AnyTagClassName
{
color: #35647A;
}
</style>
background-color css
<style>
a { background-color: #35647A; }
a { background-color: rgb(53,100,122); }
div.DivClassName
{
background-color: #35647A;
}
.BgClassName
{
background-color: #35647A;
}
</style>
border-color css
<style>
span { border-color: #35647A; }
span { border-color: rgb(53,100,122); }
td.TdClassName
{
border-color: #35647A;
}
.TagClassName
{
border-color: #35647A;
}
</style>