Shades of Blue Chill #34898D
Tints of Blue Chill #34898D
RGB
CMYK
RGB Variations
Color information
#34898D (or 0x34898D) is known color: Blue Chill. HEX triplet: 34, 89 and 8D. RGB value is (52,137,141). Sum of RGB (Red+Green+Blue) = 52+137+141=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #34898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34898D is #CB7672. Grayscale: #6F6F6F. Windows color (decimal): -13334131 or 9275700. OLE color: 9275700.
HSL color Cylindrical-coordinate representation of color #34898D: hue angle of 182.7º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34898D is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 137 | 141 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.45 |
| HSL | 182.7º | 0.46% | 0.38% | - |
| HSV(B) | 182.7º | 0.63% | 0.55% | - |
| XYZ | 15.17 | 20.54 | 28.37 | - |
| YUV | 112.04 | 144.34 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 141 | 0.63 | 0.03 | 0 | 0.45 | 182.7 | 0.46 | 0.38 |
| Hex | 34 | 89 | 8D | 3F | 3 | 0 | 2D | B7 | 2E | 26 |
| Octal | 64 | 211 | 215 | 77 | 3 | 0 | 55 | 267 | 56 | 46 |
| Binary | 110100 | 10001001 | 10001101 | 111111 | 11 | 0 | 101101 | 10110111 | 101110 | 100110 |
Color Harmonies of #34898D
Complementary color
Monochromatic Colors of #34898D
Black with #34898D
Text Example
Text Example
White with #34898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34898D; }
p { color: rgb(52,137,141); }
H1.HeaderClassName
{
color: #34898D;
}
.AnyTagClassName
{
color: #34898D;
}
</style>
background-color css
<style>
a { background-color: #34898D; }
a { background-color: rgb(52,137,141); }
div.DivClassName
{
background-color: #34898D;
}
.BgClassName
{
background-color: #34898D;
}
</style>
border-color css
<style>
span { border-color: #34898D; }
span { border-color: rgb(52,137,141); }
td.TdClassName
{
border-color: #34898D;
}
.TagClassName
{
border-color: #34898D;
}
</style>