Shades of Blumine #355B6D
Tints of Blumine #355B6D
RGB
CMYK
RGB Variations
Color information
#355B6D (or 0x355B6D) is known color: Blumine. HEX triplet: 35, 5B and 6D. RGB value is (53,91,109). Sum of RGB (Red+Green+Blue) = 53+91+109=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #355B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B6D is #CAA492. Grayscale: #515151. Windows color (decimal): -13280403 or 7166773. OLE color: 7166773.
HSL color Cylindrical-coordinate representation of color #355B6D: hue angle of 199.29º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #355B6D is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 91 | 109 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.57 |
| HSL | 199.29º | 0.35% | 0.32% | - |
| HSV(B) | 199.29º | 0.51% | 0.43% | - |
| XYZ | 7.97 | 9.34 | 15.85 | - |
| YUV | 81.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 109 | 0.51 | 0.17 | 0 | 0.57 | 199.29 | 0.35 | 0.32 |
| Hex | 35 | 5B | 6D | 33 | 11 | 0 | 39 | C7 | 23 | 20 |
| Octal | 65 | 133 | 155 | 63 | 21 | 0 | 71 | 307 | 43 | 40 |
| Binary | 110101 | 1011011 | 1101101 | 110011 | 10001 | 0 | 111001 | 11000111 | 100011 | 100000 |
Color Harmonies of #355B6D
Complementary color
Monochromatic Colors of #355B6D
Black with #355B6D
Text Example
Text Example
White with #355B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B6D; }
p { color: rgb(53,91,109); }
H1.HeaderClassName
{
color: #355B6D;
}
.AnyTagClassName
{
color: #355B6D;
}
</style>
background-color css
<style>
a { background-color: #355B6D; }
a { background-color: rgb(53,91,109); }
div.DivClassName
{
background-color: #355B6D;
}
.BgClassName
{
background-color: #355B6D;
}
</style>
border-color css
<style>
span { border-color: #355B6D; }
span { border-color: rgb(53,91,109); }
td.TdClassName
{
border-color: #355B6D;
}
.TagClassName
{
border-color: #355B6D;
}
</style>