Shades of Blue Chill #3A858D
Tints of Blue Chill #3A858D
RGB
CMYK
RGB Variations
Color information
#3A858D (or 0x3A858D) is known color: Blue Chill. HEX triplet: 3A, 85 and 8D. RGB value is (58,133,141). Sum of RGB (Red+Green+Blue) = 58+133+141=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A858D is #C57A72. Grayscale: #6F6F6F. Windows color (decimal): -12941939 or 9274682. OLE color: 9274682.
HSL color Cylindrical-coordinate representation of color #3A858D: hue angle of 185.78º degrees, saturation: 0.42, 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 #3A858D is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 133 | 141 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.45 |
| HSL | 185.78º | 0.42% | 0.39% | - |
| HSV(B) | 185.78º | 0.59% | 0.55% | - |
| XYZ | 14.94 | 19.6 | 28.19 | - |
| YUV | 111.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 141 | 0.59 | 0.06 | 0 | 0.45 | 185.78 | 0.42 | 0.39 |
| Hex | 3A | 85 | 8D | 3B | 6 | 0 | 2D | BA | 2A | 27 |
| Octal | 72 | 205 | 215 | 73 | 6 | 0 | 55 | 272 | 52 | 47 |
| Binary | 111010 | 10000101 | 10001101 | 111011 | 110 | 0 | 101101 | 10111010 | 101010 | 100111 |
Color Harmonies of #3A858D
Complementary color
Monochromatic Colors of #3A858D
Black with #3A858D
Text Example
Text Example
White with #3A858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A858D; }
p { color: rgb(58,133,141); }
H1.HeaderClassName
{
color: #3A858D;
}
.AnyTagClassName
{
color: #3A858D;
}
</style>
background-color css
<style>
a { background-color: #3A858D; }
a { background-color: rgb(58,133,141); }
div.DivClassName
{
background-color: #3A858D;
}
.BgClassName
{
background-color: #3A858D;
}
</style>
border-color css
<style>
span { border-color: #3A858D; }
span { border-color: rgb(58,133,141); }
td.TdClassName
{
border-color: #3A858D;
}
.TagClassName
{
border-color: #3A858D;
}
</style>