Shades of Blue Chill #34978E
Tints of Blue Chill #34978E
RGB
CMYK
RGB Variations
Color information
#34978E (or 0x34978E) is known color: Blue Chill. HEX triplet: 34, 97 and 8E. RGB value is (52,151,142). Sum of RGB (Red+Green+Blue) = 52+151+142=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #34978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34978E is #CB6871. Grayscale: #787878. Windows color (decimal): -13330546 or 9344820. OLE color: 9344820.
HSL color Cylindrical-coordinate representation of color #34978E: hue angle of 174.55º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34978E is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 142 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.41 |
| HSL | 174.55º | 0.49% | 0.4% | - |
| HSV(B) | 174.55º | 0.66% | 0.59% | - |
| XYZ | 17.37 | 24.82 | 29.47 | - |
| YUV | 120.37 | 140.2 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 142 | 0.66 | 0 | 0.06 | 0.41 | 174.55 | 0.49 | 0.4 |
| Hex | 34 | 97 | 8E | 42 | 0 | 6 | 29 | AF | 31 | 28 |
| Octal | 64 | 227 | 216 | 102 | 0 | 6 | 51 | 257 | 61 | 50 |
| Binary | 110100 | 10010111 | 10001110 | 1000010 | 0 | 110 | 101001 | 10101111 | 110001 | 101000 |
Color Harmonies of #34978E
Complementary color
Monochromatic Colors of #34978E
Black with #34978E
Text Example
Text Example
White with #34978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34978E; }
p { color: rgb(52,151,142); }
H1.HeaderClassName
{
color: #34978E;
}
.AnyTagClassName
{
color: #34978E;
}
</style>
background-color css
<style>
a { background-color: #34978E; }
a { background-color: rgb(52,151,142); }
div.DivClassName
{
background-color: #34978E;
}
.BgClassName
{
background-color: #34978E;
}
</style>
border-color css
<style>
span { border-color: #34978E; }
span { border-color: rgb(52,151,142); }
td.TdClassName
{
border-color: #34978E;
}
.TagClassName
{
border-color: #34978E;
}
</style>