Shades of Blumine #355D6B
Tints of Blumine #355D6B
RGB
CMYK
RGB Variations
Color information
#355D6B (or 0x355D6B) is known color: Blumine. HEX triplet: 35, 5D and 6B. RGB value is (53,93,107). Sum of RGB (Red+Green+Blue) = 53+93+107=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #355D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D6B is #CAA294. Grayscale: #525252. Windows color (decimal): -13279893 or 7036213. OLE color: 7036213.
HSL color Cylindrical-coordinate representation of color #355D6B: hue angle of 195.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355D6B is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 93 | 107 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.58 |
| HSL | 195.56º | 0.34% | 0.31% | - |
| HSV(B) | 195.56º | 0.5% | 0.42% | - |
| XYZ | 8.04 | 9.65 | 15.35 | - |
| YUV | 82.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 107 | 0.50 | 0.13 | 0 | 0.58 | 195.56 | 0.34 | 0.31 |
| Hex | 35 | 5D | 6B | 32 | D | 0 | 3A | C4 | 22 | 1F |
| Octal | 65 | 135 | 153 | 62 | 15 | 0 | 72 | 304 | 42 | 37 |
| Binary | 110101 | 1011101 | 1101011 | 110010 | 1101 | 0 | 111010 | 11000100 | 100010 | 11111 |
Color Harmonies of #355D6B
Complementary color
Monochromatic Colors of #355D6B
Black with #355D6B
Text Example
Text Example
White with #355D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D6B; }
p { color: rgb(53,93,107); }
H1.HeaderClassName
{
color: #355D6B;
}
.AnyTagClassName
{
color: #355D6B;
}
</style>
background-color css
<style>
a { background-color: #355D6B; }
a { background-color: rgb(53,93,107); }
div.DivClassName
{
background-color: #355D6B;
}
.BgClassName
{
background-color: #355D6B;
}
</style>
border-color css
<style>
span { border-color: #355D6B; }
span { border-color: rgb(53,93,107); }
td.TdClassName
{
border-color: #355D6B;
}
.TagClassName
{
border-color: #355D6B;
}
</style>