Shades of Blue Chill #34828B
Tints of Blue Chill #34828B
RGB
CMYK
RGB Variations
Color information
#34828B (or 0x34828B) is known color: Blue Chill. HEX triplet: 34, 82 and 8B. RGB value is (52,130,139). Sum of RGB (Red+Green+Blue) = 52+130+139=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #34828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34828B is #CB7D74. Grayscale: #6B6B6B. Windows color (decimal): -13335925 or 9142836. OLE color: 9142836.
HSL color Cylindrical-coordinate representation of color #34828B: hue angle of 186.21º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34828B is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 130 | 139 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.45 |
| HSL | 186.21º | 0.46% | 0.37% | - |
| HSV(B) | 186.21º | 0.63% | 0.55% | - |
| XYZ | 14.06 | 18.56 | 27.27 | - |
| YUV | 107.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 139 | 0.63 | 0.06 | 0 | 0.45 | 186.21 | 0.46 | 0.37 |
| Hex | 34 | 82 | 8B | 3F | 6 | 0 | 2D | BA | 2E | 25 |
| Octal | 64 | 202 | 213 | 77 | 6 | 0 | 55 | 272 | 56 | 45 |
| Binary | 110100 | 10000010 | 10001011 | 111111 | 110 | 0 | 101101 | 10111010 | 101110 | 100101 |
Color Harmonies of #34828B
Complementary color
Monochromatic Colors of #34828B
Black with #34828B
Text Example
Text Example
White with #34828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34828B; }
p { color: rgb(52,130,139); }
H1.HeaderClassName
{
color: #34828B;
}
.AnyTagClassName
{
color: #34828B;
}
</style>
background-color css
<style>
a { background-color: #34828B; }
a { background-color: rgb(52,130,139); }
div.DivClassName
{
background-color: #34828B;
}
.BgClassName
{
background-color: #34828B;
}
</style>
border-color css
<style>
span { border-color: #34828B; }
span { border-color: rgb(52,130,139); }
td.TdClassName
{
border-color: #34828B;
}
.TagClassName
{
border-color: #34828B;
}
</style>