Shades of Blue Chill #358784
Tints of Blue Chill #358784
RGB
CMYK
RGB Variations
Color information
#358784 (or 0x358784) is known color: Blue Chill. HEX triplet: 35, 87 and 84. RGB value is (53,135,132). Sum of RGB (Red+Green+Blue) = 53+135+132=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #358784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358784 is #CA787B. Grayscale: #6E6E6E. Windows color (decimal): -13269116 or 8685365. OLE color: 8685365.
HSL color Cylindrical-coordinate representation of color #358784: hue angle of 177.8º 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 #358784 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 132 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.47 |
| HSL | 177.8º | 0.44% | 0.37% | - |
| HSV(B) | 177.8º | 0.61% | 0.53% | - |
| XYZ | 14.3 | 19.75 | 24.89 | - |
| YUV | 110.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 132 | 0.61 | 0 | 0.02 | 0.47 | 177.8 | 0.44 | 0.37 |
| Hex | 35 | 87 | 84 | 3D | 0 | 2 | 2F | B2 | 2C | 25 |
| Octal | 65 | 207 | 204 | 75 | 0 | 2 | 57 | 262 | 54 | 45 |
| Binary | 110101 | 10000111 | 10000100 | 111101 | 0 | 10 | 101111 | 10110010 | 101100 | 100101 |
Color Harmonies of #358784
Complementary color
Monochromatic Colors of #358784
Black with #358784
Text Example
Text Example
White with #358784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358784; }
p { color: rgb(53,135,132); }
H1.HeaderClassName
{
color: #358784;
}
.AnyTagClassName
{
color: #358784;
}
</style>
background-color css
<style>
a { background-color: #358784; }
a { background-color: rgb(53,135,132); }
div.DivClassName
{
background-color: #358784;
}
.BgClassName
{
background-color: #358784;
}
</style>
border-color css
<style>
span { border-color: #358784; }
span { border-color: rgb(53,135,132); }
td.TdClassName
{
border-color: #358784;
}
.TagClassName
{
border-color: #358784;
}
</style>