Shades of Blue Chill #358A84
Tints of Blue Chill #358A84
RGB
CMYK
RGB Variations
Color information
#358A84 (or 0x358A84) is known color: Blue Chill. HEX triplet: 35, 8A and 84. RGB value is (53,138,132). Sum of RGB (Red+Green+Blue) = 53+138+132=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #358A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A84 is #CA757B. Grayscale: #6F6F6F. Windows color (decimal): -13268348 or 8686133. OLE color: 8686133.
HSL color Cylindrical-coordinate representation of color #358A84: hue angle of 175.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A84 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 138 | 132 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.46 |
| HSL | 175.76º | 0.45% | 0.37% | - |
| HSV(B) | 175.76º | 0.62% | 0.54% | - |
| XYZ | 14.72 | 20.6 | 25.03 | - |
| YUV | 111.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 132 | 0.62 | 0 | 0.04 | 0.46 | 175.76 | 0.45 | 0.37 |
| Hex | 35 | 8A | 84 | 3E | 0 | 4 | 2E | B0 | 2D | 25 |
| Octal | 65 | 212 | 204 | 76 | 0 | 4 | 56 | 260 | 55 | 45 |
| Binary | 110101 | 10001010 | 10000100 | 111110 | 0 | 100 | 101110 | 10110000 | 101101 | 100101 |
Color Harmonies of #358A84
Complementary color
Monochromatic Colors of #358A84
Black with #358A84
Text Example
Text Example
White with #358A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A84; }
p { color: rgb(53,138,132); }
H1.HeaderClassName
{
color: #358A84;
}
.AnyTagClassName
{
color: #358A84;
}
</style>
background-color css
<style>
a { background-color: #358A84; }
a { background-color: rgb(53,138,132); }
div.DivClassName
{
background-color: #358A84;
}
.BgClassName
{
background-color: #358A84;
}
</style>
border-color css
<style>
span { border-color: #358A84; }
span { border-color: rgb(53,138,132); }
td.TdClassName
{
border-color: #358A84;
}
.TagClassName
{
border-color: #358A84;
}
</style>