Shades of Blue Chill #348A82
Tints of Blue Chill #348A82
RGB
CMYK
RGB Variations
Color information
#348A82 (or 0x348A82) is known color: Blue Chill. HEX triplet: 34, 8A and 82. RGB value is (52,138,130). Sum of RGB (Red+Green+Blue) = 52+138+130=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #348A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348A82 is #CB757D. Grayscale: #6F6F6F. Windows color (decimal): -13333886 or 8555060. OLE color: 8555060.
HSL color Cylindrical-coordinate representation of color #348A82: hue angle of 174.42º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A82 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 130 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.46 |
| HSL | 174.42º | 0.45% | 0.37% | - |
| HSV(B) | 174.42º | 0.62% | 0.54% | - |
| XYZ | 14.53 | 20.52 | 24.31 | - |
| YUV | 111.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 130 | 0.62 | 0 | 0.06 | 0.46 | 174.42 | 0.45 | 0.37 |
| Hex | 34 | 8A | 82 | 3E | 0 | 6 | 2E | AE | 2D | 25 |
| Octal | 64 | 212 | 202 | 76 | 0 | 6 | 56 | 256 | 55 | 45 |
| Binary | 110100 | 10001010 | 10000010 | 111110 | 0 | 110 | 101110 | 10101110 | 101101 | 100101 |
Color Harmonies of #348A82
Complementary color
Monochromatic Colors of #348A82
Black with #348A82
Text Example
Text Example
White with #348A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A82; }
p { color: rgb(52,138,130); }
H1.HeaderClassName
{
color: #348A82;
}
.AnyTagClassName
{
color: #348A82;
}
</style>
background-color css
<style>
a { background-color: #348A82; }
a { background-color: rgb(52,138,130); }
div.DivClassName
{
background-color: #348A82;
}
.BgClassName
{
background-color: #348A82;
}
</style>
border-color css
<style>
span { border-color: #348A82; }
span { border-color: rgb(52,138,130); }
td.TdClassName
{
border-color: #348A82;
}
.TagClassName
{
border-color: #348A82;
}
</style>