Shades of Blumine #35626A
Tints of Blumine #35626A
RGB
CMYK
RGB Variations
Color information
#35626A (or 0x35626A) is known color: Blumine. HEX triplet: 35, 62 and 6A. RGB value is (53,98,106). Sum of RGB (Red+Green+Blue) = 53+98+106=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 106 - color contains mainly: blue. Hex color #35626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35626A is #CA9D95. Grayscale: #555555. Windows color (decimal): -13278614 or 6971957. OLE color: 6971957.
HSL color Cylindrical-coordinate representation of color #35626A: hue angle of 189.06º 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 #35626A is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 98 | 106 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.58 |
| HSL | 189.06º | 0.33% | 0.31% | - |
| HSV(B) | 189.06º | 0.5% | 0.42% | - |
| XYZ | 8.44 | 10.53 | 15.22 | - |
| YUV | 85.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 106 | 0.5 | 0.08 | 0 | 0.58 | 189.06 | 0.33 | 0.31 |
| Hex | 35 | 62 | 6A | 32 | 8 | 0 | 3A | BD | 21 | 1F |
| Octal | 65 | 142 | 152 | 62 | 10 | 0 | 72 | 275 | 41 | 37 |
| Binary | 110101 | 1100010 | 1101010 | 110010 | 1000 | 0 | 111010 | 10111101 | 100001 | 11111 |
Color Harmonies of #35626A
Complementary color
Monochromatic Colors of #35626A
Black with #35626A
Text Example
Text Example
White with #35626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35626A; }
p { color: rgb(53,98,106); }
H1.HeaderClassName
{
color: #35626A;
}
.AnyTagClassName
{
color: #35626A;
}
</style>
background-color css
<style>
a { background-color: #35626A; }
a { background-color: rgb(53,98,106); }
div.DivClassName
{
background-color: #35626A;
}
.BgClassName
{
background-color: #35626A;
}
</style>
border-color css
<style>
span { border-color: #35626A; }
span { border-color: rgb(53,98,106); }
td.TdClassName
{
border-color: #35626A;
}
.TagClassName
{
border-color: #35626A;
}
</style>