Shades of Blumine #355C6C
Tints of Blumine #355C6C
RGB
CMYK
RGB Variations
Color information
#355C6C (or 0x355C6C) is known color: Blumine. HEX triplet: 35, 5C and 6C. RGB value is (53,92,108). Sum of RGB (Red+Green+Blue) = 53+92+108=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #355C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C6C is #CAA393. Grayscale: #525252. Windows color (decimal): -13280148 or 7101493. OLE color: 7101493.
HSL color Cylindrical-coordinate representation of color #355C6C: hue angle of 197.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #355C6C is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 92 | 108 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.58 |
| HSL | 197.45º | 0.34% | 0.32% | - |
| HSV(B) | 197.45º | 0.51% | 0.42% | - |
| XYZ | 8 | 9.49 | 15.6 | - |
| YUV | 82.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 108 | 0.51 | 0.15 | 0 | 0.58 | 197.45 | 0.34 | 0.32 |
| Hex | 35 | 5C | 6C | 33 | F | 0 | 3A | C5 | 22 | 20 |
| Octal | 65 | 134 | 154 | 63 | 17 | 0 | 72 | 305 | 42 | 40 |
| Binary | 110101 | 1011100 | 1101100 | 110011 | 1111 | 0 | 111010 | 11000101 | 100010 | 100000 |
Color Harmonies of #355C6C
Complementary color
Monochromatic Colors of #355C6C
Black with #355C6C
Text Example
Text Example
White with #355C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C6C; }
p { color: rgb(53,92,108); }
H1.HeaderClassName
{
color: #355C6C;
}
.AnyTagClassName
{
color: #355C6C;
}
</style>
background-color css
<style>
a { background-color: #355C6C; }
a { background-color: rgb(53,92,108); }
div.DivClassName
{
background-color: #355C6C;
}
.BgClassName
{
background-color: #355C6C;
}
</style>
border-color css
<style>
span { border-color: #355C6C; }
span { border-color: rgb(53,92,108); }
td.TdClassName
{
border-color: #355C6C;
}
.TagClassName
{
border-color: #355C6C;
}
</style>