Shades of Blumine #355F74
Tints of Blumine #355F74
RGB
CMYK
RGB Variations
Color information
#355F74 (or 0x355F74) is known color: Blumine. HEX triplet: 35, 5F and 74. RGB value is (53,95,116). Sum of RGB (Red+Green+Blue) = 53+95+116=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #355F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F74 is #CAA08B. Grayscale: #545454. Windows color (decimal): -13279372 or 7626549. OLE color: 7626549.
HSL color Cylindrical-coordinate representation of color #355F74: hue angle of 200º 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 #355F74 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 95 | 116 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.55 |
| HSL | 200º | 0.37% | 0.33% | - |
| HSV(B) | 200º | 0.54% | 0.45% | - |
| XYZ | 8.71 | 10.2 | 18.03 | - |
| YUV | 84.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 116 | 0.54 | 0.18 | 0 | 0.55 | 200 | 0.37 | 0.33 |
| Hex | 35 | 5F | 74 | 36 | 12 | 0 | 37 | C8 | 25 | 21 |
| Octal | 65 | 137 | 164 | 66 | 22 | 0 | 67 | 310 | 45 | 41 |
| Binary | 110101 | 1011111 | 1110100 | 110110 | 10010 | 0 | 110111 | 11001000 | 100101 | 100001 |
Color Harmonies of #355F74
Complementary color
Monochromatic Colors of #355F74
Black with #355F74
Text Example
Text Example
White with #355F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F74; }
p { color: rgb(53,95,116); }
H1.HeaderClassName
{
color: #355F74;
}
.AnyTagClassName
{
color: #355F74;
}
</style>
background-color css
<style>
a { background-color: #355F74; }
a { background-color: rgb(53,95,116); }
div.DivClassName
{
background-color: #355F74;
}
.BgClassName
{
background-color: #355F74;
}
</style>
border-color css
<style>
span { border-color: #355F74; }
span { border-color: rgb(53,95,116); }
td.TdClassName
{
border-color: #355F74;
}
.TagClassName
{
border-color: #355F74;
}
</style>