Shades of Blue Chill #3A838C
Tints of Blue Chill #3A838C
RGB
CMYK
RGB Variations
Color information
#3A838C (or 0x3A838C) is known color: Blue Chill. HEX triplet: 3A, 83 and 8C. RGB value is (58,131,140). Sum of RGB (Red+Green+Blue) = 58+131+140=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A838C is #C57C73. Grayscale: #6E6E6E. Windows color (decimal): -12942452 or 9208634. OLE color: 9208634.
HSL color Cylindrical-coordinate representation of color #3A838C: hue angle of 186.59º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A838C is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 131 | 140 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.45 |
| HSL | 186.59º | 0.41% | 0.39% | - |
| HSV(B) | 186.59º | 0.59% | 0.55% | - |
| XYZ | 14.59 | 19.03 | 27.71 | - |
| YUV | 110.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 140 | 0.59 | 0.06 | 0 | 0.45 | 186.59 | 0.41 | 0.39 |
| Hex | 3A | 83 | 8C | 3B | 6 | 0 | 2D | BB | 29 | 27 |
| Octal | 72 | 203 | 214 | 73 | 6 | 0 | 55 | 273 | 51 | 47 |
| Binary | 111010 | 10000011 | 10001100 | 111011 | 110 | 0 | 101101 | 10111011 | 101001 | 100111 |
Color Harmonies of #3A838C
Complementary color
Monochromatic Colors of #3A838C
Black with #3A838C
Text Example
Text Example
White with #3A838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A838C; }
p { color: rgb(58,131,140); }
H1.HeaderClassName
{
color: #3A838C;
}
.AnyTagClassName
{
color: #3A838C;
}
</style>
background-color css
<style>
a { background-color: #3A838C; }
a { background-color: rgb(58,131,140); }
div.DivClassName
{
background-color: #3A838C;
}
.BgClassName
{
background-color: #3A838C;
}
</style>
border-color css
<style>
span { border-color: #3A838C; }
span { border-color: rgb(58,131,140); }
td.TdClassName
{
border-color: #3A838C;
}
.TagClassName
{
border-color: #3A838C;
}
</style>