Shades of Blumine #355E6E
Tints of Blumine #355E6E
RGB
CMYK
RGB Variations
Color information
#355E6E (or 0x355E6E) is known color: Blumine. HEX triplet: 35, 5E and 6E. RGB value is (53,94,110). Sum of RGB (Red+Green+Blue) = 53+94+110=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #355E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E6E is #CAA191. Grayscale: #535353. Windows color (decimal): -13279634 or 7233077. OLE color: 7233077.
HSL color Cylindrical-coordinate representation of color #355E6E: hue angle of 196.84º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #355E6E is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 94 | 110 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.57 |
| HSL | 196.84º | 0.35% | 0.32% | - |
| HSV(B) | 196.84º | 0.52% | 0.43% | - |
| XYZ | 8.29 | 9.89 | 16.22 | - |
| YUV | 83.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 110 | 0.52 | 0.15 | 0 | 0.57 | 196.84 | 0.35 | 0.32 |
| Hex | 35 | 5E | 6E | 34 | F | 0 | 39 | C5 | 23 | 20 |
| Octal | 65 | 136 | 156 | 64 | 17 | 0 | 71 | 305 | 43 | 40 |
| Binary | 110101 | 1011110 | 1101110 | 110100 | 1111 | 0 | 111001 | 11000101 | 100011 | 100000 |
Color Harmonies of #355E6E
Complementary color
Monochromatic Colors of #355E6E
Black with #355E6E
Text Example
Text Example
White with #355E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E6E; }
p { color: rgb(53,94,110); }
H1.HeaderClassName
{
color: #355E6E;
}
.AnyTagClassName
{
color: #355E6E;
}
</style>
background-color css
<style>
a { background-color: #355E6E; }
a { background-color: rgb(53,94,110); }
div.DivClassName
{
background-color: #355E6E;
}
.BgClassName
{
background-color: #355E6E;
}
</style>
border-color css
<style>
span { border-color: #355E6E; }
span { border-color: rgb(53,94,110); }
td.TdClassName
{
border-color: #355E6E;
}
.TagClassName
{
border-color: #355E6E;
}
</style>