Shades of Blue Chill #34828F
Tints of Blue Chill #34828F
RGB
CMYK
RGB Variations
Color information
#34828F (or 0x34828F) is known color: Blue Chill. HEX triplet: 34, 82 and 8F. RGB value is (52,130,143). Sum of RGB (Red+Green+Blue) = 52+130+143=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #34828F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34828F is #CB7D70. Grayscale: #6C6C6C. Windows color (decimal): -13335921 or 9404980. OLE color: 9404980.
HSL color Cylindrical-coordinate representation of color #34828F: hue angle of 188.57º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34828F is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 130 | 143 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.44 |
| HSL | 188.57º | 0.47% | 0.38% | - |
| HSV(B) | 188.57º | 0.64% | 0.56% | - |
| XYZ | 14.36 | 18.68 | 28.84 | - |
| YUV | 108.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 143 | 0.64 | 0.09 | 0 | 0.44 | 188.57 | 0.47 | 0.38 |
| Hex | 34 | 82 | 8F | 40 | 9 | 0 | 2C | BD | 2F | 26 |
| Octal | 64 | 202 | 217 | 100 | 11 | 0 | 54 | 275 | 57 | 46 |
| Binary | 110100 | 10000010 | 10001111 | 1000000 | 1001 | 0 | 101100 | 10111101 | 101111 | 100110 |
Color Harmonies of #34828F
Complementary color
Monochromatic Colors of #34828F
Black with #34828F
Text Example
Text Example
White with #34828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34828F; }
p { color: rgb(52,130,143); }
H1.HeaderClassName
{
color: #34828F;
}
.AnyTagClassName
{
color: #34828F;
}
</style>
background-color css
<style>
a { background-color: #34828F; }
a { background-color: rgb(52,130,143); }
div.DivClassName
{
background-color: #34828F;
}
.BgClassName
{
background-color: #34828F;
}
</style>
border-color css
<style>
span { border-color: #34828F; }
span { border-color: rgb(52,130,143); }
td.TdClassName
{
border-color: #34828F;
}
.TagClassName
{
border-color: #34828F;
}
</style>