Shades of Blue Chill #34828C
Tints of Blue Chill #34828C
RGB
CMYK
RGB Variations
Color information
#34828C (or 0x34828C) is known color: Blue Chill. HEX triplet: 34, 82 and 8C. RGB value is (52,130,140). Sum of RGB (Red+Green+Blue) = 52+130+140=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #34828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34828C is #CB7D73. Grayscale: #6B6B6B. Windows color (decimal): -13335924 or 9208372. OLE color: 9208372.
HSL color Cylindrical-coordinate representation of color #34828C: hue angle of 186.82º 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 #34828C is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 130 | 140 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.45 |
| HSL | 186.82º | 0.46% | 0.38% | - |
| HSV(B) | 186.82º | 0.63% | 0.55% | - |
| XYZ | 14.13 | 18.59 | 27.65 | - |
| YUV | 107.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 140 | 0.63 | 0.07 | 0 | 0.45 | 186.82 | 0.46 | 0.38 |
| Hex | 34 | 82 | 8C | 3F | 7 | 0 | 2D | BB | 2E | 26 |
| Octal | 64 | 202 | 214 | 77 | 7 | 0 | 55 | 273 | 56 | 46 |
| Binary | 110100 | 10000010 | 10001100 | 111111 | 111 | 0 | 101101 | 10111011 | 101110 | 100110 |
Color Harmonies of #34828C
Complementary color
Monochromatic Colors of #34828C
Black with #34828C
Text Example
Text Example
White with #34828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34828C; }
p { color: rgb(52,130,140); }
H1.HeaderClassName
{
color: #34828C;
}
.AnyTagClassName
{
color: #34828C;
}
</style>
background-color css
<style>
a { background-color: #34828C; }
a { background-color: rgb(52,130,140); }
div.DivClassName
{
background-color: #34828C;
}
.BgClassName
{
background-color: #34828C;
}
</style>
border-color css
<style>
span { border-color: #34828C; }
span { border-color: rgb(52,130,140); }
td.TdClassName
{
border-color: #34828C;
}
.TagClassName
{
border-color: #34828C;
}
</style>