Shades of Blumine #355C6B
Tints of Blumine #355C6B
RGB
CMYK
RGB Variations
Color information
#355C6B (or 0x355C6B) is known color: Blumine. HEX triplet: 35, 5C and 6B. RGB value is (53,92,107). Sum of RGB (Red+Green+Blue) = 53+92+107=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 107 - color contains mainly: blue. Hex color #355C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C6B is #CAA394. Grayscale: #515151. Windows color (decimal): -13280149 or 7035957. OLE color: 7035957.
HSL color Cylindrical-coordinate representation of color #355C6B: hue angle of 196.67º 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 #355C6B is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 92 | 107 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.58 |
| HSL | 196.67º | 0.34% | 0.31% | - |
| HSV(B) | 196.67º | 0.5% | 0.42% | - |
| XYZ | 7.95 | 9.47 | 15.32 | - |
| YUV | 82.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 107 | 0.50 | 0.14 | 0 | 0.58 | 196.67 | 0.34 | 0.31 |
| Hex | 35 | 5C | 6B | 32 | E | 0 | 3A | C5 | 22 | 1F |
| Octal | 65 | 134 | 153 | 62 | 16 | 0 | 72 | 305 | 42 | 37 |
| Binary | 110101 | 1011100 | 1101011 | 110010 | 1110 | 0 | 111010 | 11000101 | 100010 | 11111 |
Color Harmonies of #355C6B
Complementary color
Monochromatic Colors of #355C6B
Black with #355C6B
Text Example
Text Example
White with #355C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C6B; }
p { color: rgb(53,92,107); }
H1.HeaderClassName
{
color: #355C6B;
}
.AnyTagClassName
{
color: #355C6B;
}
</style>
background-color css
<style>
a { background-color: #355C6B; }
a { background-color: rgb(53,92,107); }
div.DivClassName
{
background-color: #355C6B;
}
.BgClassName
{
background-color: #355C6B;
}
</style>
border-color css
<style>
span { border-color: #355C6B; }
span { border-color: rgb(53,92,107); }
td.TdClassName
{
border-color: #355C6B;
}
.TagClassName
{
border-color: #355C6B;
}
</style>