Shades of Blue Chill #3A8793
Tints of Blue Chill #3A8793
RGB
CMYK
RGB Variations
Color information
#3A8793 (or 0x3A8793) is known color: Blue Chill. HEX triplet: 3A, 87 and 93. RGB value is (58,135,147). Sum of RGB (Red+Green+Blue) = 58+135+147=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A8793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8793 is #C5786C. Grayscale: #717171. Windows color (decimal): -12941421 or 9668410. OLE color: 9668410.
HSL color Cylindrical-coordinate representation of color #3A8793: hue angle of 188.09º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A8793 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 135 | 147 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.42 |
| HSL | 188.09º | 0.43% | 0.4% | - |
| HSV(B) | 188.09º | 0.61% | 0.58% | - |
| XYZ | 15.68 | 20.33 | 30.7 | - |
| YUV | 113.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 147 | 0.61 | 0.08 | 0 | 0.42 | 188.09 | 0.43 | 0.4 |
| Hex | 3A | 87 | 93 | 3D | 8 | 0 | 2A | BC | 2B | 28 |
| Octal | 72 | 207 | 223 | 75 | 10 | 0 | 52 | 274 | 53 | 50 |
| Binary | 111010 | 10000111 | 10010011 | 111101 | 1000 | 0 | 101010 | 10111100 | 101011 | 101000 |
Color Harmonies of #3A8793
Complementary color
Monochromatic Colors of #3A8793
Black with #3A8793
Text Example
Text Example
White with #3A8793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8793; }
p { color: rgb(58,135,147); }
H1.HeaderClassName
{
color: #3A8793;
}
.AnyTagClassName
{
color: #3A8793;
}
</style>
background-color css
<style>
a { background-color: #3A8793; }
a { background-color: rgb(58,135,147); }
div.DivClassName
{
background-color: #3A8793;
}
.BgClassName
{
background-color: #3A8793;
}
</style>
border-color css
<style>
span { border-color: #3A8793; }
span { border-color: rgb(58,135,147); }
td.TdClassName
{
border-color: #3A8793;
}
.TagClassName
{
border-color: #3A8793;
}
</style>