Shades of Blue Chill #3A9093
Tints of Blue Chill #3A9093
RGB
CMYK
RGB Variations
Color information
#3A9093 (or 0x3A9093) is known color: Blue Chill. HEX triplet: 3A, 90 and 93. RGB value is (58,144,147). Sum of RGB (Red+Green+Blue) = 58+144+147=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A9093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9093 is #C56F6C. Grayscale: #767676. Windows color (decimal): -12939117 or 9670714. OLE color: 9670714.
HSL color Cylindrical-coordinate representation of color #3A9093: hue angle of 182.02º 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 #3A9093 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 144 | 147 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.42 |
| HSL | 182.02º | 0.43% | 0.4% | - |
| HSV(B) | 182.02º | 0.61% | 0.58% | - |
| XYZ | 16.98 | 22.95 | 31.14 | - |
| YUV | 118.63 | 144.01 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 147 | 0.61 | 0.02 | 0 | 0.42 | 182.02 | 0.43 | 0.4 |
| Hex | 3A | 90 | 93 | 3D | 2 | 0 | 2A | B6 | 2B | 28 |
| Octal | 72 | 220 | 223 | 75 | 2 | 0 | 52 | 266 | 53 | 50 |
| Binary | 111010 | 10010000 | 10010011 | 111101 | 10 | 0 | 101010 | 10110110 | 101011 | 101000 |
Color Harmonies of #3A9093
Complementary color
Monochromatic Colors of #3A9093
Black with #3A9093
Text Example
Text Example
White with #3A9093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9093; }
p { color: rgb(58,144,147); }
H1.HeaderClassName
{
color: #3A9093;
}
.AnyTagClassName
{
color: #3A9093;
}
</style>
background-color css
<style>
a { background-color: #3A9093; }
a { background-color: rgb(58,144,147); }
div.DivClassName
{
background-color: #3A9093;
}
.BgClassName
{
background-color: #3A9093;
}
</style>
border-color css
<style>
span { border-color: #3A9093; }
span { border-color: rgb(58,144,147); }
td.TdClassName
{
border-color: #3A9093;
}
.TagClassName
{
border-color: #3A9093;
}
</style>