Shades of Blumine #355B68
Tints of Blumine #355B68
RGB
CMYK
RGB Variations
Color information
#355B68 (or 0x355B68) is known color: Blumine. HEX triplet: 35, 5B and 68. RGB value is (53,91,104). Sum of RGB (Red+Green+Blue) = 53+91+104=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #355B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B68 is #CAA497. Grayscale: #515151. Windows color (decimal): -13280408 or 6839093. OLE color: 6839093.
HSL color Cylindrical-coordinate representation of color #355B68: hue angle of 195.29º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #355B68 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 91 | 104 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.59 |
| HSL | 195.29º | 0.32% | 0.31% | - |
| HSV(B) | 195.29º | 0.49% | 0.41% | - |
| XYZ | 7.71 | 9.24 | 14.47 | - |
| YUV | 81.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 104 | 0.49 | 0.12 | 0 | 0.59 | 195.29 | 0.32 | 0.31 |
| Hex | 35 | 5B | 68 | 31 | C | 0 | 3B | C3 | 20 | 1F |
| Octal | 65 | 133 | 150 | 61 | 14 | 0 | 73 | 303 | 40 | 37 |
| Binary | 110101 | 1011011 | 1101000 | 110001 | 1100 | 0 | 111011 | 11000011 | 100000 | 11111 |
Color Harmonies of #355B68
Complementary color
Monochromatic Colors of #355B68
Black with #355B68
Text Example
Text Example
White with #355B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B68; }
p { color: rgb(53,91,104); }
H1.HeaderClassName
{
color: #355B68;
}
.AnyTagClassName
{
color: #355B68;
}
</style>
background-color css
<style>
a { background-color: #355B68; }
a { background-color: rgb(53,91,104); }
div.DivClassName
{
background-color: #355B68;
}
.BgClassName
{
background-color: #355B68;
}
</style>
border-color css
<style>
span { border-color: #355B68; }
span { border-color: rgb(53,91,104); }
td.TdClassName
{
border-color: #355B68;
}
.TagClassName
{
border-color: #355B68;
}
</style>