Shades of Blue Chill #34828D
Tints of Blue Chill #34828D
RGB
CMYK
RGB Variations
Color information
#34828D (or 0x34828D) is known color: Blue Chill. HEX triplet: 34, 82 and 8D. RGB value is (52,130,141). Sum of RGB (Red+Green+Blue) = 52+130+141=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #34828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34828D is #CB7D72. Grayscale: #6B6B6B. Windows color (decimal): -13335923 or 9273908. OLE color: 9273908.
HSL color Cylindrical-coordinate representation of color #34828D: hue angle of 187.42º 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 #34828D is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 130 | 141 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.45 |
| HSL | 187.42º | 0.46% | 0.38% | - |
| HSV(B) | 187.42º | 0.63% | 0.55% | - |
| XYZ | 14.21 | 18.62 | 28.04 | - |
| YUV | 107.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 141 | 0.63 | 0.08 | 0 | 0.45 | 187.42 | 0.46 | 0.38 |
| Hex | 34 | 82 | 8D | 3F | 8 | 0 | 2D | BB | 2E | 26 |
| Octal | 64 | 202 | 215 | 77 | 10 | 0 | 55 | 273 | 56 | 46 |
| Binary | 110100 | 10000010 | 10001101 | 111111 | 1000 | 0 | 101101 | 10111011 | 101110 | 100110 |
Color Harmonies of #34828D
Complementary color
Monochromatic Colors of #34828D
Black with #34828D
Text Example
Text Example
White with #34828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34828D; }
p { color: rgb(52,130,141); }
H1.HeaderClassName
{
color: #34828D;
}
.AnyTagClassName
{
color: #34828D;
}
</style>
background-color css
<style>
a { background-color: #34828D; }
a { background-color: rgb(52,130,141); }
div.DivClassName
{
background-color: #34828D;
}
.BgClassName
{
background-color: #34828D;
}
</style>
border-color css
<style>
span { border-color: #34828D; }
span { border-color: rgb(52,130,141); }
td.TdClassName
{
border-color: #34828D;
}
.TagClassName
{
border-color: #34828D;
}
</style>