Shades of Blue Chill #348A8B
Tints of Blue Chill #348A8B
RGB
CMYK
RGB Variations
Color information
#348A8B (or 0x348A8B) is known color: Blue Chill. HEX triplet: 34, 8A and 8B. RGB value is (52,138,139). Sum of RGB (Red+Green+Blue) = 52+138+139=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #348A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348A8B is #CB7574. Grayscale: #707070. Windows color (decimal): -13333877 or 9144884. OLE color: 9144884.
HSL color Cylindrical-coordinate representation of color #348A8B: hue angle of 180.69º 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 #348A8B is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 138 | 139 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.45 |
| HSL | 180.69º | 0.46% | 0.37% | - |
| HSV(B) | 180.69º | 0.63% | 0.55% | - |
| XYZ | 15.16 | 20.77 | 27.64 | - |
| YUV | 112.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 139 | 0.63 | 0.01 | 0 | 0.45 | 180.69 | 0.46 | 0.37 |
| Hex | 34 | 8A | 8B | 3F | 1 | 0 | 2D | B5 | 2E | 25 |
| Octal | 64 | 212 | 213 | 77 | 1 | 0 | 55 | 265 | 56 | 45 |
| Binary | 110100 | 10001010 | 10001011 | 111111 | 1 | 0 | 101101 | 10110101 | 101110 | 100101 |
Color Harmonies of #348A8B
Complementary color
Monochromatic Colors of #348A8B
Black with #348A8B
Text Example
Text Example
White with #348A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A8B; }
p { color: rgb(52,138,139); }
H1.HeaderClassName
{
color: #348A8B;
}
.AnyTagClassName
{
color: #348A8B;
}
</style>
background-color css
<style>
a { background-color: #348A8B; }
a { background-color: rgb(52,138,139); }
div.DivClassName
{
background-color: #348A8B;
}
.BgClassName
{
background-color: #348A8B;
}
</style>
border-color css
<style>
span { border-color: #348A8B; }
span { border-color: rgb(52,138,139); }
td.TdClassName
{
border-color: #348A8B;
}
.TagClassName
{
border-color: #348A8B;
}
</style>