Shades of Blue Chill #348F90
Tints of Blue Chill #348F90
RGB
CMYK
RGB Variations
Color information
#348F90 (or 0x348F90) is known color: Blue Chill. HEX triplet: 34, 8F and 90. RGB value is (52,143,144). Sum of RGB (Red+Green+Blue) = 52+143+144=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #348F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F90 is #CB706F. Grayscale: #737373. Windows color (decimal): -13332592 or 9473844. OLE color: 9473844.
HSL color Cylindrical-coordinate representation of color #348F90: hue angle of 180.65º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F90 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 144 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.44 |
| HSL | 180.65º | 0.47% | 0.38% | - |
| HSV(B) | 180.65º | 0.64% | 0.56% | - |
| XYZ | 16.27 | 22.39 | 29.85 | - |
| YUV | 115.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 144 | 0.64 | 0.01 | 0 | 0.44 | 180.65 | 0.47 | 0.38 |
| Hex | 34 | 8F | 90 | 40 | 1 | 0 | 2C | B5 | 2F | 26 |
| Octal | 64 | 217 | 220 | 100 | 1 | 0 | 54 | 265 | 57 | 46 |
| Binary | 110100 | 10001111 | 10010000 | 1000000 | 1 | 0 | 101100 | 10110101 | 101111 | 100110 |
Color Harmonies of #348F90
Complementary color
Monochromatic Colors of #348F90
Black with #348F90
Text Example
Text Example
White with #348F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F90; }
p { color: rgb(52,143,144); }
H1.HeaderClassName
{
color: #348F90;
}
.AnyTagClassName
{
color: #348F90;
}
</style>
background-color css
<style>
a { background-color: #348F90; }
a { background-color: rgb(52,143,144); }
div.DivClassName
{
background-color: #348F90;
}
.BgClassName
{
background-color: #348F90;
}
</style>
border-color css
<style>
span { border-color: #348F90; }
span { border-color: rgb(52,143,144); }
td.TdClassName
{
border-color: #348F90;
}
.TagClassName
{
border-color: #348F90;
}
</style>