Shades of Blumine #35677B
Tints of Blumine #35677B
RGB
CMYK
RGB Variations
Color information
#35677B (or 0x35677B) is known color: Blumine. HEX triplet: 35, 67 and 7B. RGB value is (53,103,123). Sum of RGB (Red+Green+Blue) = 53+103+123=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #35677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35677B is #CA9884. Grayscale: #5A5A5A. Windows color (decimal): -13277317 or 8087349. OLE color: 8087349.
HSL color Cylindrical-coordinate representation of color #35677B: hue angle of 197.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35677B is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 103 | 123 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.52 |
| HSL | 197.14º | 0.4% | 0.35% | - |
| HSV(B) | 197.14º | 0.57% | 0.48% | - |
| XYZ | 9.89 | 11.89 | 20.51 | - |
| YUV | 90.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 123 | 0.57 | 0.16 | 0 | 0.52 | 197.14 | 0.4 | 0.35 |
| Hex | 35 | 67 | 7B | 39 | 10 | 0 | 34 | C5 | 28 | 23 |
| Octal | 65 | 147 | 173 | 71 | 20 | 0 | 64 | 305 | 50 | 43 |
| Binary | 110101 | 1100111 | 1111011 | 111001 | 10000 | 0 | 110100 | 11000101 | 101000 | 100011 |
Color Harmonies of #35677B
Complementary color
Monochromatic Colors of #35677B
Black with #35677B
Text Example
Text Example
White with #35677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35677B; }
p { color: rgb(53,103,123); }
H1.HeaderClassName
{
color: #35677B;
}
.AnyTagClassName
{
color: #35677B;
}
</style>
background-color css
<style>
a { background-color: #35677B; }
a { background-color: rgb(53,103,123); }
div.DivClassName
{
background-color: #35677B;
}
.BgClassName
{
background-color: #35677B;
}
</style>
border-color css
<style>
span { border-color: #35677B; }
span { border-color: rgb(53,103,123); }
td.TdClassName
{
border-color: #35677B;
}
.TagClassName
{
border-color: #35677B;
}
</style>