Shades of Blue Chill #3A9A90
Tints of Blue Chill #3A9A90
RGB
CMYK
RGB Variations
Color information
#3A9A90 (or 0x3A9A90) is known color: Blue Chill. HEX triplet: 3A, 9A and 90. RGB value is (58,154,144). Sum of RGB (Red+Green+Blue) = 58+154+144=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #3A9A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9A90 is #C5656F. Grayscale: #7C7C7C. Windows color (decimal): -12936560 or 9476666. OLE color: 9476666.
HSL color Cylindrical-coordinate representation of color #3A9A90: hue angle of 173.75º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9A90 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 154 | 144 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.40 |
| HSL | 173.75º | 0.45% | 0.42% | - |
| HSV(B) | 173.75º | 0.62% | 0.6% | - |
| XYZ | 18.33 | 26.02 | 30.44 | - |
| YUV | 124.16 | 139.2 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 154 | 144 | 0.62 | 0 | 0.06 | 0.40 | 173.75 | 0.45 | 0.42 |
| Hex | 3A | 9A | 90 | 3E | 0 | 6 | 28 | AE | 2D | 2A |
| Octal | 72 | 232 | 220 | 76 | 0 | 6 | 50 | 256 | 55 | 52 |
| Binary | 111010 | 10011010 | 10010000 | 111110 | 0 | 110 | 101000 | 10101110 | 101101 | 101010 |
Color Harmonies of #3A9A90
Complementary color
Monochromatic Colors of #3A9A90
Black with #3A9A90
Text Example
Text Example
White with #3A9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9A90; }
p { color: rgb(58,154,144); }
H1.HeaderClassName
{
color: #3A9A90;
}
.AnyTagClassName
{
color: #3A9A90;
}
</style>
background-color css
<style>
a { background-color: #3A9A90; }
a { background-color: rgb(58,154,144); }
div.DivClassName
{
background-color: #3A9A90;
}
.BgClassName
{
background-color: #3A9A90;
}
</style>
border-color css
<style>
span { border-color: #3A9A90; }
span { border-color: rgb(58,154,144); }
td.TdClassName
{
border-color: #3A9A90;
}
.TagClassName
{
border-color: #3A9A90;
}
</style>