Shades of Blumine #355C74
Tints of Blumine #355C74
RGB
CMYK
RGB Variations
Color information
#355C74 (or 0x355C74) is known color: Blumine. HEX triplet: 35, 5C and 74. RGB value is (53,92,116). Sum of RGB (Red+Green+Blue) = 53+92+116=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #355C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C74 is #CAA38B. Grayscale: #525252. Windows color (decimal): -13280140 or 7625781. OLE color: 7625781.
HSL color Cylindrical-coordinate representation of color #355C74: hue angle of 202.86º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355C74 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 92 | 116 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.55 |
| HSL | 202.86º | 0.37% | 0.33% | - |
| HSV(B) | 202.86º | 0.54% | 0.45% | - |
| XYZ | 8.45 | 9.67 | 17.94 | - |
| YUV | 83.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 116 | 0.54 | 0.21 | 0 | 0.55 | 202.86 | 0.37 | 0.33 |
| Hex | 35 | 5C | 74 | 36 | 15 | 0 | 37 | CB | 25 | 21 |
| Octal | 65 | 134 | 164 | 66 | 25 | 0 | 67 | 313 | 45 | 41 |
| Binary | 110101 | 1011100 | 1110100 | 110110 | 10101 | 0 | 110111 | 11001011 | 100101 | 100001 |
Color Harmonies of #355C74
Complementary color
Monochromatic Colors of #355C74
Black with #355C74
Text Example
Text Example
White with #355C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C74; }
p { color: rgb(53,92,116); }
H1.HeaderClassName
{
color: #355C74;
}
.AnyTagClassName
{
color: #355C74;
}
</style>
background-color css
<style>
a { background-color: #355C74; }
a { background-color: rgb(53,92,116); }
div.DivClassName
{
background-color: #355C74;
}
.BgClassName
{
background-color: #355C74;
}
</style>
border-color css
<style>
span { border-color: #355C74; }
span { border-color: rgb(53,92,116); }
td.TdClassName
{
border-color: #355C74;
}
.TagClassName
{
border-color: #355C74;
}
</style>