Shades of Blumine #355C75
Tints of Blumine #355C75
RGB
CMYK
RGB Variations
Color information
#355C75 (or 0x355C75) is known color: Blumine. HEX triplet: 35, 5C and 75. RGB value is (53,92,117). Sum of RGB (Red+Green+Blue) = 53+92+117=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #355C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C75 is #CAA38A. Grayscale: #535353. Windows color (decimal): -13280139 or 7691317. OLE color: 7691317.
HSL color Cylindrical-coordinate representation of color #355C75: hue angle of 203.44º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355C75 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 92 | 117 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.54 |
| HSL | 203.44º | 0.38% | 0.33% | - |
| HSV(B) | 203.44º | 0.55% | 0.46% | - |
| XYZ | 8.51 | 9.7 | 18.25 | - |
| YUV | 83.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 117 | 0.55 | 0.21 | 0 | 0.54 | 203.44 | 0.38 | 0.33 |
| Hex | 35 | 5C | 75 | 37 | 15 | 0 | 36 | CB | 26 | 21 |
| Octal | 65 | 134 | 165 | 67 | 25 | 0 | 66 | 313 | 46 | 41 |
| Binary | 110101 | 1011100 | 1110101 | 110111 | 10101 | 0 | 110110 | 11001011 | 100110 | 100001 |
Color Harmonies of #355C75
Complementary color
Monochromatic Colors of #355C75
Black with #355C75
Text Example
Text Example
White with #355C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C75; }
p { color: rgb(53,92,117); }
H1.HeaderClassName
{
color: #355C75;
}
.AnyTagClassName
{
color: #355C75;
}
</style>
background-color css
<style>
a { background-color: #355C75; }
a { background-color: rgb(53,92,117); }
div.DivClassName
{
background-color: #355C75;
}
.BgClassName
{
background-color: #355C75;
}
</style>
border-color css
<style>
span { border-color: #355C75; }
span { border-color: rgb(53,92,117); }
td.TdClassName
{
border-color: #355C75;
}
.TagClassName
{
border-color: #355C75;
}
</style>