Shades of Blue Chill #34918B
Tints of Blue Chill #34918B
RGB
CMYK
RGB Variations
Color information
#34918B (or 0x34918B) is known color: Blue Chill. HEX triplet: 34, 91 and 8B. RGB value is (52,145,139). Sum of RGB (Red+Green+Blue) = 52+145+139=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #34918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34918B is #CB6E74. Grayscale: #747474. Windows color (decimal): -13332085 or 9146676. OLE color: 9146676.
HSL color Cylindrical-coordinate representation of color #34918B: hue angle of 176.13º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34918B is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 139 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.43 |
| HSL | 176.13º | 0.47% | 0.39% | - |
| HSV(B) | 176.13º | 0.64% | 0.57% | - |
| XYZ | 16.2 | 22.84 | 27.98 | - |
| YUV | 116.51 | 140.69 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 139 | 0.64 | 0 | 0.04 | 0.43 | 176.13 | 0.47 | 0.39 |
| Hex | 34 | 91 | 8B | 40 | 0 | 4 | 2B | B0 | 2F | 27 |
| Octal | 64 | 221 | 213 | 100 | 0 | 4 | 53 | 260 | 57 | 47 |
| Binary | 110100 | 10010001 | 10001011 | 1000000 | 0 | 100 | 101011 | 10110000 | 101111 | 100111 |
Color Harmonies of #34918B
Complementary color
Monochromatic Colors of #34918B
Black with #34918B
Text Example
Text Example
White with #34918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34918B; }
p { color: rgb(52,145,139); }
H1.HeaderClassName
{
color: #34918B;
}
.AnyTagClassName
{
color: #34918B;
}
</style>
background-color css
<style>
a { background-color: #34918B; }
a { background-color: rgb(52,145,139); }
div.DivClassName
{
background-color: #34918B;
}
.BgClassName
{
background-color: #34918B;
}
</style>
border-color css
<style>
span { border-color: #34918B; }
span { border-color: rgb(52,145,139); }
td.TdClassName
{
border-color: #34918B;
}
.TagClassName
{
border-color: #34918B;
}
</style>