Shades of Blue Chill #358785
Tints of Blue Chill #358785
RGB
CMYK
RGB Variations
Color information
#358785 (or 0x358785) is known color: Blue Chill. HEX triplet: 35, 87 and 85. RGB value is (53,135,133). Sum of RGB (Red+Green+Blue) = 53+135+133=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #358785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358785 is #CA787A. Grayscale: #6E6E6E. Windows color (decimal): -13269115 or 8750901. OLE color: 8750901.
HSL color Cylindrical-coordinate representation of color #358785: hue angle of 178.54º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358785 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 133 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.47 |
| HSL | 178.54º | 0.44% | 0.37% | - |
| HSV(B) | 178.54º | 0.61% | 0.53% | - |
| XYZ | 14.37 | 19.78 | 25.25 | - |
| YUV | 110.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 133 | 0.61 | 0 | 0.01 | 0.47 | 178.54 | 0.44 | 0.37 |
| Hex | 35 | 87 | 85 | 3D | 0 | 1 | 2F | B3 | 2C | 25 |
| Octal | 65 | 207 | 205 | 75 | 0 | 1 | 57 | 263 | 54 | 45 |
| Binary | 110101 | 10000111 | 10000101 | 111101 | 0 | 1 | 101111 | 10110011 | 101100 | 100101 |
Color Harmonies of #358785
Complementary color
Monochromatic Colors of #358785
Black with #358785
Text Example
Text Example
White with #358785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358785; }
p { color: rgb(53,135,133); }
H1.HeaderClassName
{
color: #358785;
}
.AnyTagClassName
{
color: #358785;
}
</style>
background-color css
<style>
a { background-color: #358785; }
a { background-color: rgb(53,135,133); }
div.DivClassName
{
background-color: #358785;
}
.BgClassName
{
background-color: #358785;
}
</style>
border-color css
<style>
span { border-color: #358785; }
span { border-color: rgb(53,135,133); }
td.TdClassName
{
border-color: #358785;
}
.TagClassName
{
border-color: #358785;
}
</style>