Shades of Blue Chill #3A858C
Tints of Blue Chill #3A858C
RGB
CMYK
RGB Variations
Color information
#3A858C (or 0x3A858C) is known color: Blue Chill. HEX triplet: 3A, 85 and 8C. RGB value is (58,133,140). Sum of RGB (Red+Green+Blue) = 58+133+140=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A858C is #C57A73. Grayscale: #6F6F6F. Windows color (decimal): -12941940 or 9209146. OLE color: 9209146.
HSL color Cylindrical-coordinate representation of color #3A858C: hue angle of 185.12º 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 #3A858C is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 133 | 140 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.45 |
| HSL | 185.12º | 0.41% | 0.39% | - |
| HSV(B) | 185.12º | 0.59% | 0.55% | - |
| XYZ | 14.87 | 19.57 | 27.8 | - |
| YUV | 111.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 140 | 0.59 | 0.05 | 0 | 0.45 | 185.12 | 0.41 | 0.39 |
| Hex | 3A | 85 | 8C | 3B | 5 | 0 | 2D | B9 | 29 | 27 |
| Octal | 72 | 205 | 214 | 73 | 5 | 0 | 55 | 271 | 51 | 47 |
| Binary | 111010 | 10000101 | 10001100 | 111011 | 101 | 0 | 101101 | 10111001 | 101001 | 100111 |
Color Harmonies of #3A858C
Complementary color
Monochromatic Colors of #3A858C
Black with #3A858C
Text Example
Text Example
White with #3A858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A858C; }
p { color: rgb(58,133,140); }
H1.HeaderClassName
{
color: #3A858C;
}
.AnyTagClassName
{
color: #3A858C;
}
</style>
background-color css
<style>
a { background-color: #3A858C; }
a { background-color: rgb(58,133,140); }
div.DivClassName
{
background-color: #3A858C;
}
.BgClassName
{
background-color: #3A858C;
}
</style>
border-color css
<style>
span { border-color: #3A858C; }
span { border-color: rgb(58,133,140); }
td.TdClassName
{
border-color: #3A858C;
}
.TagClassName
{
border-color: #3A858C;
}
</style>