Shades of Blue Chill #3A8591
Tints of Blue Chill #3A8591
RGB
CMYK
RGB Variations
Color information
#3A8591 (or 0x3A8591) is known color: Blue Chill. HEX triplet: 3A, 85 and 91. RGB value is (58,133,145). Sum of RGB (Red+Green+Blue) = 58+133+145=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A8591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8591 is #C57A6E. Grayscale: #6F6F6F. Windows color (decimal): -12941935 or 9536826. OLE color: 9536826.
HSL color Cylindrical-coordinate representation of color #3A8591: hue angle of 188.28º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A8591 is Cyan = 0.6, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 133 | 145 | - |
| CMYK | 0.6 | 0.08 | 0 | 0.43 |
| HSL | 188.28º | 0.43% | 0.4% | - |
| HSV(B) | 188.28º | 0.6% | 0.57% | - |
| XYZ | 15.24 | 19.72 | 29.79 | - |
| YUV | 111.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 145 | 0.6 | 0.08 | 0 | 0.43 | 188.28 | 0.43 | 0.4 |
| Hex | 3A | 85 | 91 | 3C | 8 | 0 | 2B | BC | 2B | 28 |
| Octal | 72 | 205 | 221 | 74 | 10 | 0 | 53 | 274 | 53 | 50 |
| Binary | 111010 | 10000101 | 10010001 | 111100 | 1000 | 0 | 101011 | 10111100 | 101011 | 101000 |
Color Harmonies of #3A8591
Complementary color
Monochromatic Colors of #3A8591
Black with #3A8591
Text Example
Text Example
White with #3A8591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8591; }
p { color: rgb(58,133,145); }
H1.HeaderClassName
{
color: #3A8591;
}
.AnyTagClassName
{
color: #3A8591;
}
</style>
background-color css
<style>
a { background-color: #3A8591; }
a { background-color: rgb(58,133,145); }
div.DivClassName
{
background-color: #3A8591;
}
.BgClassName
{
background-color: #3A8591;
}
</style>
border-color css
<style>
span { border-color: #3A8591; }
span { border-color: rgb(58,133,145); }
td.TdClassName
{
border-color: #3A8591;
}
.TagClassName
{
border-color: #3A8591;
}
</style>