Shades of Blue Chill #34858D
Tints of Blue Chill #34858D
RGB
CMYK
RGB Variations
Color information
#34858D (or 0x34858D) is known color: Blue Chill. HEX triplet: 34, 85 and 8D. RGB value is (52,133,141). Sum of RGB (Red+Green+Blue) = 52+133+141=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #34858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34858D is #CB7A72. Grayscale: #6D6D6D. Windows color (decimal): -13335155 or 9274676. OLE color: 9274676.
HSL color Cylindrical-coordinate representation of color #34858D: hue angle of 185.39º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34858D is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 133 | 141 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.45 |
| HSL | 185.39º | 0.46% | 0.38% | - |
| HSV(B) | 185.39º | 0.63% | 0.55% | - |
| XYZ | 14.61 | 19.43 | 28.18 | - |
| YUV | 109.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 141 | 0.63 | 0.06 | 0 | 0.45 | 185.39 | 0.46 | 0.38 |
| Hex | 34 | 85 | 8D | 3F | 6 | 0 | 2D | B9 | 2E | 26 |
| Octal | 64 | 205 | 215 | 77 | 6 | 0 | 55 | 271 | 56 | 46 |
| Binary | 110100 | 10000101 | 10001101 | 111111 | 110 | 0 | 101101 | 10111001 | 101110 | 100110 |
Color Harmonies of #34858D
Complementary color
Monochromatic Colors of #34858D
Black with #34858D
Text Example
Text Example
White with #34858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34858D; }
p { color: rgb(52,133,141); }
H1.HeaderClassName
{
color: #34858D;
}
.AnyTagClassName
{
color: #34858D;
}
</style>
background-color css
<style>
a { background-color: #34858D; }
a { background-color: rgb(52,133,141); }
div.DivClassName
{
background-color: #34858D;
}
.BgClassName
{
background-color: #34858D;
}
</style>
border-color css
<style>
span { border-color: #34858D; }
span { border-color: rgb(52,133,141); }
td.TdClassName
{
border-color: #34858D;
}
.TagClassName
{
border-color: #34858D;
}
</style>