Shades of Blue Chill #358388
Tints of Blue Chill #358388
RGB
CMYK
RGB Variations
Color information
#358388 (or 0x358388) is known color: Blue Chill. HEX triplet: 35, 83 and 88. RGB value is (53,131,136). Sum of RGB (Red+Green+Blue) = 53+131+136=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #358388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358388 is #CA7C77. Grayscale: #6C6C6C. Windows color (decimal): -13270136 or 8946485. OLE color: 8946485.
HSL color Cylindrical-coordinate representation of color #358388: hue angle of 183.61º 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 #358388 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 131 | 136 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.47 |
| HSL | 183.61º | 0.44% | 0.37% | - |
| HSV(B) | 183.61º | 0.61% | 0.53% | - |
| XYZ | 14.03 | 18.77 | 26.18 | - |
| YUV | 108.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 136 | 0.61 | 0.04 | 0 | 0.47 | 183.61 | 0.44 | 0.37 |
| Hex | 35 | 83 | 88 | 3D | 4 | 0 | 2F | B8 | 2C | 25 |
| Octal | 65 | 203 | 210 | 75 | 4 | 0 | 57 | 270 | 54 | 45 |
| Binary | 110101 | 10000011 | 10001000 | 111101 | 100 | 0 | 101111 | 10111000 | 101100 | 100101 |
Color Harmonies of #358388
Complementary color
Monochromatic Colors of #358388
Black with #358388
Text Example
Text Example
White with #358388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358388; }
p { color: rgb(53,131,136); }
H1.HeaderClassName
{
color: #358388;
}
.AnyTagClassName
{
color: #358388;
}
</style>
background-color css
<style>
a { background-color: #358388; }
a { background-color: rgb(53,131,136); }
div.DivClassName
{
background-color: #358388;
}
.BgClassName
{
background-color: #358388;
}
</style>
border-color css
<style>
span { border-color: #358388; }
span { border-color: rgb(53,131,136); }
td.TdClassName
{
border-color: #358388;
}
.TagClassName
{
border-color: #358388;
}
</style>