Shades of Blue Chill #358A83
Tints of Blue Chill #358A83
RGB
CMYK
RGB Variations
Color information
#358A83 (or 0x358A83) is known color: Blue Chill. HEX triplet: 35, 8A and 83. RGB value is (53,138,131). Sum of RGB (Red+Green+Blue) = 53+138+131=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #358A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A83 is #CA757C. Grayscale: #6F6F6F. Windows color (decimal): -13268349 or 8620597. OLE color: 8620597.
HSL color Cylindrical-coordinate representation of color #358A83: hue angle of 175.06º 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 #358A83 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 138 | 131 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.46 |
| HSL | 175.06º | 0.45% | 0.37% | - |
| HSV(B) | 175.06º | 0.62% | 0.54% | - |
| XYZ | 14.65 | 20.57 | 24.67 | - |
| YUV | 111.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 131 | 0.62 | 0 | 0.05 | 0.46 | 175.06 | 0.45 | 0.37 |
| Hex | 35 | 8A | 83 | 3E | 0 | 5 | 2E | AF | 2D | 25 |
| Octal | 65 | 212 | 203 | 76 | 0 | 5 | 56 | 257 | 55 | 45 |
| Binary | 110101 | 10001010 | 10000011 | 111110 | 0 | 101 | 101110 | 10101111 | 101101 | 100101 |
Color Harmonies of #358A83
Complementary color
Monochromatic Colors of #358A83
Black with #358A83
Text Example
Text Example
White with #358A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A83; }
p { color: rgb(53,138,131); }
H1.HeaderClassName
{
color: #358A83;
}
.AnyTagClassName
{
color: #358A83;
}
</style>
background-color css
<style>
a { background-color: #358A83; }
a { background-color: rgb(53,138,131); }
div.DivClassName
{
background-color: #358A83;
}
.BgClassName
{
background-color: #358A83;
}
</style>
border-color css
<style>
span { border-color: #358A83; }
span { border-color: rgb(53,138,131); }
td.TdClassName
{
border-color: #358A83;
}
.TagClassName
{
border-color: #358A83;
}
</style>