Shades of Blumine #355C67
Tints of Blumine #355C67
RGB
CMYK
RGB Variations
Color information
#355C67 (or 0x355C67) is known color: Blumine. HEX triplet: 35, 5C and 67. RGB value is (53,92,103). Sum of RGB (Red+Green+Blue) = 53+92+103=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #355C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C67 is #CAA398. Grayscale: #515151. Windows color (decimal): -13280153 or 6773813. OLE color: 6773813.
HSL color Cylindrical-coordinate representation of color #355C67: hue angle of 193.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #355C67 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 92 | 103 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.60 |
| HSL | 193.2º | 0.32% | 0.31% | - |
| HSV(B) | 193.2º | 0.49% | 0.4% | - |
| XYZ | 7.74 | 9.39 | 14.24 | - |
| YUV | 81.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 103 | 0.49 | 0.11 | 0 | 0.60 | 193.2 | 0.32 | 0.31 |
| Hex | 35 | 5C | 67 | 31 | B | 0 | 3C | C1 | 20 | 1F |
| Octal | 65 | 134 | 147 | 61 | 13 | 0 | 74 | 301 | 40 | 37 |
| Binary | 110101 | 1011100 | 1100111 | 110001 | 1011 | 0 | 111100 | 11000001 | 100000 | 11111 |
Color Harmonies of #355C67
Complementary color
Monochromatic Colors of #355C67
Black with #355C67
Text Example
Text Example
White with #355C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C67; }
p { color: rgb(53,92,103); }
H1.HeaderClassName
{
color: #355C67;
}
.AnyTagClassName
{
color: #355C67;
}
</style>
background-color css
<style>
a { background-color: #355C67; }
a { background-color: rgb(53,92,103); }
div.DivClassName
{
background-color: #355C67;
}
.BgClassName
{
background-color: #355C67;
}
</style>
border-color css
<style>
span { border-color: #355C67; }
span { border-color: rgb(53,92,103); }
td.TdClassName
{
border-color: #355C67;
}
.TagClassName
{
border-color: #355C67;
}
</style>