Shades of Blue Chill #3A8D93
Tints of Blue Chill #3A8D93
RGB
CMYK
RGB Variations
Color information
#3A8D93 (or 0x3A8D93) is known color: Blue Chill. HEX triplet: 3A, 8D and 93. RGB value is (58,141,147). Sum of RGB (Red+Green+Blue) = 58+141+147=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A8D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8D93 is #C5726C. Grayscale: #747474. Windows color (decimal): -12939885 or 9669946. OLE color: 9669946.
HSL color Cylindrical-coordinate representation of color #3A8D93: hue angle of 184.04º 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 #3A8D93 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 141 | 147 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.42 |
| HSL | 184.04º | 0.43% | 0.4% | - |
| HSV(B) | 184.04º | 0.61% | 0.58% | - |
| XYZ | 16.54 | 22.06 | 30.99 | - |
| YUV | 116.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 141 | 147 | 0.61 | 0.04 | 0 | 0.42 | 184.04 | 0.43 | 0.4 |
| Hex | 3A | 8D | 93 | 3D | 4 | 0 | 2A | B8 | 2B | 28 |
| Octal | 72 | 215 | 223 | 75 | 4 | 0 | 52 | 270 | 53 | 50 |
| Binary | 111010 | 10001101 | 10010011 | 111101 | 100 | 0 | 101010 | 10111000 | 101011 | 101000 |
Color Harmonies of #3A8D93
Complementary color
Monochromatic Colors of #3A8D93
Black with #3A8D93
Text Example
Text Example
White with #3A8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8D93; }
p { color: rgb(58,141,147); }
H1.HeaderClassName
{
color: #3A8D93;
}
.AnyTagClassName
{
color: #3A8D93;
}
</style>
background-color css
<style>
a { background-color: #3A8D93; }
a { background-color: rgb(58,141,147); }
div.DivClassName
{
background-color: #3A8D93;
}
.BgClassName
{
background-color: #3A8D93;
}
</style>
border-color css
<style>
span { border-color: #3A8D93; }
span { border-color: rgb(58,141,147); }
td.TdClassName
{
border-color: #3A8D93;
}
.TagClassName
{
border-color: #3A8D93;
}
</style>