Shades of Blue Chill #34898B
Tints of Blue Chill #34898B
RGB
CMYK
RGB Variations
Color information
#34898B (or 0x34898B) is known color: Blue Chill. HEX triplet: 34, 89 and 8B. RGB value is (52,137,139). Sum of RGB (Red+Green+Blue) = 52+137+139=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #34898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34898B is #CB7674. Grayscale: #6F6F6F. Windows color (decimal): -13334133 or 9144628. OLE color: 9144628.
HSL color Cylindrical-coordinate representation of color #34898B: hue angle of 181.38º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34898B is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 137 | 139 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.45 |
| HSL | 181.38º | 0.46% | 0.37% | - |
| HSV(B) | 181.38º | 0.63% | 0.55% | - |
| XYZ | 15.02 | 20.49 | 27.59 | - |
| YUV | 111.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 139 | 0.63 | 0.01 | 0 | 0.45 | 181.38 | 0.46 | 0.37 |
| Hex | 34 | 89 | 8B | 3F | 1 | 0 | 2D | B5 | 2E | 25 |
| Octal | 64 | 211 | 213 | 77 | 1 | 0 | 55 | 265 | 56 | 45 |
| Binary | 110100 | 10001001 | 10001011 | 111111 | 1 | 0 | 101101 | 10110101 | 101110 | 100101 |
Color Harmonies of #34898B
Complementary color
Monochromatic Colors of #34898B
Black with #34898B
Text Example
Text Example
White with #34898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34898B; }
p { color: rgb(52,137,139); }
H1.HeaderClassName
{
color: #34898B;
}
.AnyTagClassName
{
color: #34898B;
}
</style>
background-color css
<style>
a { background-color: #34898B; }
a { background-color: rgb(52,137,139); }
div.DivClassName
{
background-color: #34898B;
}
.BgClassName
{
background-color: #34898B;
}
</style>
border-color css
<style>
span { border-color: #34898B; }
span { border-color: rgb(52,137,139); }
td.TdClassName
{
border-color: #34898B;
}
.TagClassName
{
border-color: #34898B;
}
</style>