Shades of Blumine #35606A
Tints of Blumine #35606A
RGB
CMYK
RGB Variations
Color information
#35606A (or 0x35606A) is known color: Blumine. HEX triplet: 35, 60 and 6A. RGB value is (53,96,106). Sum of RGB (Red+Green+Blue) = 53+96+106=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #35606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35606A is #CA9F95. Grayscale: #545454. Windows color (decimal): -13279126 or 6971445. OLE color: 6971445.
HSL color Cylindrical-coordinate representation of color #35606A: hue angle of 191.32º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35606A is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 96 | 106 | - |
| CMYK | 0.5 | 0.09 | 0 | 0.58 |
| HSL | 191.32º | 0.33% | 0.31% | - |
| HSV(B) | 191.32º | 0.5% | 0.42% | - |
| XYZ | 8.25 | 10.16 | 15.16 | - |
| YUV | 84.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 106 | 0.5 | 0.09 | 0 | 0.58 | 191.32 | 0.33 | 0.31 |
| Hex | 35 | 60 | 6A | 32 | 9 | 0 | 3A | BF | 21 | 1F |
| Octal | 65 | 140 | 152 | 62 | 11 | 0 | 72 | 277 | 41 | 37 |
| Binary | 110101 | 1100000 | 1101010 | 110010 | 1001 | 0 | 111010 | 10111111 | 100001 | 11111 |
Color Harmonies of #35606A
Complementary color
Monochromatic Colors of #35606A
Black with #35606A
Text Example
Text Example
White with #35606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35606A; }
p { color: rgb(53,96,106); }
H1.HeaderClassName
{
color: #35606A;
}
.AnyTagClassName
{
color: #35606A;
}
</style>
background-color css
<style>
a { background-color: #35606A; }
a { background-color: rgb(53,96,106); }
div.DivClassName
{
background-color: #35606A;
}
.BgClassName
{
background-color: #35606A;
}
</style>
border-color css
<style>
span { border-color: #35606A; }
span { border-color: rgb(53,96,106); }
td.TdClassName
{
border-color: #35606A;
}
.TagClassName
{
border-color: #35606A;
}
</style>