Shades of Blue Chill #34908D
Tints of Blue Chill #34908D
RGB
CMYK
RGB Variations
Color information
#34908D (or 0x34908D) is known color: Blue Chill. HEX triplet: 34, 90 and 8D. RGB value is (52,144,141). Sum of RGB (Red+Green+Blue) = 52+144+141=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #34908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34908D is #CB6F72. Grayscale: #747474. Windows color (decimal): -13332339 or 9277492. OLE color: 9277492.
HSL color Cylindrical-coordinate representation of color #34908D: hue angle of 178.04º 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 #34908D is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 141 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.44 |
| HSL | 178.04º | 0.47% | 0.38% | - |
| HSV(B) | 178.04º | 0.64% | 0.56% | - |
| XYZ | 16.2 | 22.6 | 28.71 | - |
| YUV | 116.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 141 | 0.64 | 0 | 0.02 | 0.44 | 178.04 | 0.47 | 0.38 |
| Hex | 34 | 90 | 8D | 40 | 0 | 2 | 2C | B2 | 2F | 26 |
| Octal | 64 | 220 | 215 | 100 | 0 | 2 | 54 | 262 | 57 | 46 |
| Binary | 110100 | 10010000 | 10001101 | 1000000 | 0 | 10 | 101100 | 10110010 | 101111 | 100110 |
Color Harmonies of #34908D
Complementary color
Monochromatic Colors of #34908D
Black with #34908D
Text Example
Text Example
White with #34908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34908D; }
p { color: rgb(52,144,141); }
H1.HeaderClassName
{
color: #34908D;
}
.AnyTagClassName
{
color: #34908D;
}
</style>
background-color css
<style>
a { background-color: #34908D; }
a { background-color: rgb(52,144,141); }
div.DivClassName
{
background-color: #34908D;
}
.BgClassName
{
background-color: #34908D;
}
</style>
border-color css
<style>
span { border-color: #34908D; }
span { border-color: rgb(52,144,141); }
td.TdClassName
{
border-color: #34908D;
}
.TagClassName
{
border-color: #34908D;
}
</style>