Shades of Blumine #355C6F
Tints of Blumine #355C6F
RGB
CMYK
RGB Variations
Color information
#355C6F (or 0x355C6F) is known color: Blumine. HEX triplet: 35, 5C and 6F. RGB value is (53,92,111). Sum of RGB (Red+Green+Blue) = 53+92+111=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #355C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C6F is #CAA390. Grayscale: #525252. Windows color (decimal): -13280145 or 7298101. OLE color: 7298101.
HSL color Cylindrical-coordinate representation of color #355C6F: hue angle of 199.66º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #355C6F is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 92 | 111 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.56 |
| HSL | 199.66º | 0.35% | 0.32% | - |
| HSV(B) | 199.66º | 0.52% | 0.44% | - |
| XYZ | 8.16 | 9.56 | 16.45 | - |
| YUV | 82.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 111 | 0.52 | 0.17 | 0 | 0.56 | 199.66 | 0.35 | 0.32 |
| Hex | 35 | 5C | 6F | 34 | 11 | 0 | 38 | C8 | 23 | 20 |
| Octal | 65 | 134 | 157 | 64 | 21 | 0 | 70 | 310 | 43 | 40 |
| Binary | 110101 | 1011100 | 1101111 | 110100 | 10001 | 0 | 111000 | 11001000 | 100011 | 100000 |
Color Harmonies of #355C6F
Complementary color
Monochromatic Colors of #355C6F
Black with #355C6F
Text Example
Text Example
White with #355C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C6F; }
p { color: rgb(53,92,111); }
H1.HeaderClassName
{
color: #355C6F;
}
.AnyTagClassName
{
color: #355C6F;
}
</style>
background-color css
<style>
a { background-color: #355C6F; }
a { background-color: rgb(53,92,111); }
div.DivClassName
{
background-color: #355C6F;
}
.BgClassName
{
background-color: #355C6F;
}
</style>
border-color css
<style>
span { border-color: #355C6F; }
span { border-color: rgb(53,92,111); }
td.TdClassName
{
border-color: #355C6F;
}
.TagClassName
{
border-color: #355C6F;
}
</style>