Shades of Blue Chill #348C83
Tints of Blue Chill #348C83
RGB
CMYK
RGB Variations
Color information
#348C83 (or 0x348C83) is known color: Blue Chill. HEX triplet: 34, 8C and 83. RGB value is (52,140,131). Sum of RGB (Red+Green+Blue) = 52+140+131=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #348C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348C83 is #CB737C. Grayscale: #707070. Windows color (decimal): -13333373 or 8621108. OLE color: 8621108.
HSL color Cylindrical-coordinate representation of color #348C83: hue angle of 173.86º 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 #348C83 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 131 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.45 |
| HSL | 173.86º | 0.46% | 0.38% | - |
| HSV(B) | 173.86º | 0.63% | 0.55% | - |
| XYZ | 14.89 | 21.12 | 24.77 | - |
| YUV | 112.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 131 | 0.63 | 0 | 0.06 | 0.45 | 173.86 | 0.46 | 0.38 |
| Hex | 34 | 8C | 83 | 3F | 0 | 6 | 2D | AE | 2E | 26 |
| Octal | 64 | 214 | 203 | 77 | 0 | 6 | 55 | 256 | 56 | 46 |
| Binary | 110100 | 10001100 | 10000011 | 111111 | 0 | 110 | 101101 | 10101110 | 101110 | 100110 |
Color Harmonies of #348C83
Complementary color
Monochromatic Colors of #348C83
Black with #348C83
Text Example
Text Example
White with #348C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C83; }
p { color: rgb(52,140,131); }
H1.HeaderClassName
{
color: #348C83;
}
.AnyTagClassName
{
color: #348C83;
}
</style>
background-color css
<style>
a { background-color: #348C83; }
a { background-color: rgb(52,140,131); }
div.DivClassName
{
background-color: #348C83;
}
.BgClassName
{
background-color: #348C83;
}
</style>
border-color css
<style>
span { border-color: #348C83; }
span { border-color: rgb(52,140,131); }
td.TdClassName
{
border-color: #348C83;
}
.TagClassName
{
border-color: #348C83;
}
</style>