Shades of Blue Chill #34858E
Tints of Blue Chill #34858E
RGB
CMYK
RGB Variations
Color information
#34858E (or 0x34858E) is known color: Blue Chill. HEX triplet: 34, 85 and 8E. RGB value is (52,133,142). Sum of RGB (Red+Green+Blue) = 52+133+142=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #34858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34858E is #CB7A71. Grayscale: #6D6D6D. Windows color (decimal): -13335154 or 9340212. OLE color: 9340212.
HSL color Cylindrical-coordinate representation of color #34858E: hue angle of 186º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34858E is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 133 | 142 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.44 |
| HSL | 186º | 0.46% | 0.38% | - |
| HSV(B) | 186º | 0.63% | 0.56% | - |
| XYZ | 14.69 | 19.46 | 28.57 | - |
| YUV | 109.81 | 146.16 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 142 | 0.63 | 0.06 | 0 | 0.44 | 186 | 0.46 | 0.38 |
| Hex | 34 | 85 | 8E | 3F | 6 | 0 | 2C | BA | 2E | 26 |
| Octal | 64 | 205 | 216 | 77 | 6 | 0 | 54 | 272 | 56 | 46 |
| Binary | 110100 | 10000101 | 10001110 | 111111 | 110 | 0 | 101100 | 10111010 | 101110 | 100110 |
Color Harmonies of #34858E
Complementary color
Monochromatic Colors of #34858E
Black with #34858E
Text Example
Text Example
White with #34858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34858E; }
p { color: rgb(52,133,142); }
H1.HeaderClassName
{
color: #34858E;
}
.AnyTagClassName
{
color: #34858E;
}
</style>
background-color css
<style>
a { background-color: #34858E; }
a { background-color: rgb(52,133,142); }
div.DivClassName
{
background-color: #34858E;
}
.BgClassName
{
background-color: #34858E;
}
</style>
border-color css
<style>
span { border-color: #34858E; }
span { border-color: rgb(52,133,142); }
td.TdClassName
{
border-color: #34858E;
}
.TagClassName
{
border-color: #34858E;
}
</style>