Shades of Blue Chill #3A8B8F
Tints of Blue Chill #3A8B8F
RGB
CMYK
RGB Variations
Color information
#3A8B8F (or 0x3A8B8F) is known color: Blue Chill. HEX triplet: 3A, 8B and 8F. RGB value is (58,139,143). Sum of RGB (Red+Green+Blue) = 58+139+143=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A8B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8B8F is #C57470. Grayscale: #737373. Windows color (decimal): -12940401 or 9407290. OLE color: 9407290.
HSL color Cylindrical-coordinate representation of color #3A8B8F: hue angle of 182.82º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8B8F is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 139 | 143 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.44 |
| HSL | 182.82º | 0.42% | 0.39% | - |
| HSV(B) | 182.82º | 0.59% | 0.56% | - |
| XYZ | 15.94 | 21.35 | 29.27 | - |
| YUV | 115.24 | 143.66 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 143 | 0.59 | 0.03 | 0 | 0.44 | 182.82 | 0.42 | 0.39 |
| Hex | 3A | 8B | 8F | 3B | 3 | 0 | 2C | B7 | 2A | 27 |
| Octal | 72 | 213 | 217 | 73 | 3 | 0 | 54 | 267 | 52 | 47 |
| Binary | 111010 | 10001011 | 10001111 | 111011 | 11 | 0 | 101100 | 10110111 | 101010 | 100111 |
Color Harmonies of #3A8B8F
Complementary color
Monochromatic Colors of #3A8B8F
Black with #3A8B8F
Text Example
Text Example
White with #3A8B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B8F; }
p { color: rgb(58,139,143); }
H1.HeaderClassName
{
color: #3A8B8F;
}
.AnyTagClassName
{
color: #3A8B8F;
}
</style>
background-color css
<style>
a { background-color: #3A8B8F; }
a { background-color: rgb(58,139,143); }
div.DivClassName
{
background-color: #3A8B8F;
}
.BgClassName
{
background-color: #3A8B8F;
}
</style>
border-color css
<style>
span { border-color: #3A8B8F; }
span { border-color: rgb(58,139,143); }
td.TdClassName
{
border-color: #3A8B8F;
}
.TagClassName
{
border-color: #3A8B8F;
}
</style>