Shades of Blue Chill #358A8B
Tints of Blue Chill #358A8B
RGB
CMYK
RGB Variations
Color information
#358A8B (or 0x358A8B) is known color: Blue Chill. HEX triplet: 35, 8A and 8B. RGB value is (53,138,139). Sum of RGB (Red+Green+Blue) = 53+138+139=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #358A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A8B is #CA7574. Grayscale: #707070. Windows color (decimal): -13268341 or 9144885. OLE color: 9144885.
HSL color Cylindrical-coordinate representation of color #358A8B: hue angle of 180.7º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A8B is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 138 | 139 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.45 |
| HSL | 180.7º | 0.45% | 0.38% | - |
| HSV(B) | 180.7º | 0.62% | 0.55% | - |
| XYZ | 15.22 | 20.8 | 27.64 | - |
| YUV | 112.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 139 | 0.62 | 0.01 | 0 | 0.45 | 180.7 | 0.45 | 0.38 |
| Hex | 35 | 8A | 8B | 3E | 1 | 0 | 2D | B5 | 2D | 26 |
| Octal | 65 | 212 | 213 | 76 | 1 | 0 | 55 | 265 | 55 | 46 |
| Binary | 110101 | 10001010 | 10001011 | 111110 | 1 | 0 | 101101 | 10110101 | 101101 | 100110 |
Color Harmonies of #358A8B
Complementary color
Monochromatic Colors of #358A8B
Black with #358A8B
Text Example
Text Example
White with #358A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A8B; }
p { color: rgb(53,138,139); }
H1.HeaderClassName
{
color: #358A8B;
}
.AnyTagClassName
{
color: #358A8B;
}
</style>
background-color css
<style>
a { background-color: #358A8B; }
a { background-color: rgb(53,138,139); }
div.DivClassName
{
background-color: #358A8B;
}
.BgClassName
{
background-color: #358A8B;
}
</style>
border-color css
<style>
span { border-color: #358A8B; }
span { border-color: rgb(53,138,139); }
td.TdClassName
{
border-color: #358A8B;
}
.TagClassName
{
border-color: #358A8B;
}
</style>