Shades of Blue Chill #3A838B
Tints of Blue Chill #3A838B
RGB
CMYK
RGB Variations
Color information
#3A838B (or 0x3A838B) is known color: Blue Chill. HEX triplet: 3A, 83 and 8B. RGB value is (58,131,139). Sum of RGB (Red+Green+Blue) = 58+131+139=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A838B is #C57C74. Grayscale: #6D6D6D. Windows color (decimal): -12942453 or 9143098. OLE color: 9143098.
HSL color Cylindrical-coordinate representation of color #3A838B: hue angle of 185.93º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A838B is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 131 | 139 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.45 |
| HSL | 185.93º | 0.41% | 0.39% | - |
| HSV(B) | 185.93º | 0.58% | 0.55% | - |
| XYZ | 14.52 | 19 | 27.33 | - |
| YUV | 110.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 139 | 0.58 | 0.06 | 0 | 0.45 | 185.93 | 0.41 | 0.39 |
| Hex | 3A | 83 | 8B | 3A | 6 | 0 | 2D | BA | 29 | 27 |
| Octal | 72 | 203 | 213 | 72 | 6 | 0 | 55 | 272 | 51 | 47 |
| Binary | 111010 | 10000011 | 10001011 | 111010 | 110 | 0 | 101101 | 10111010 | 101001 | 100111 |
Color Harmonies of #3A838B
Complementary color
Monochromatic Colors of #3A838B
Black with #3A838B
Text Example
Text Example
White with #3A838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A838B; }
p { color: rgb(58,131,139); }
H1.HeaderClassName
{
color: #3A838B;
}
.AnyTagClassName
{
color: #3A838B;
}
</style>
background-color css
<style>
a { background-color: #3A838B; }
a { background-color: rgb(58,131,139); }
div.DivClassName
{
background-color: #3A838B;
}
.BgClassName
{
background-color: #3A838B;
}
</style>
border-color css
<style>
span { border-color: #3A838B; }
span { border-color: rgb(58,131,139); }
td.TdClassName
{
border-color: #3A838B;
}
.TagClassName
{
border-color: #3A838B;
}
</style>