Shades of Blue Chill #348F92
Tints of Blue Chill #348F92
RGB
CMYK
RGB Variations
Color information
#348F92 (or 0x348F92) is known color: Blue Chill. HEX triplet: 34, 8F and 92. RGB value is (52,143,146). Sum of RGB (Red+Green+Blue) = 52+143+146=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #348F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F92 is #CB706D. Grayscale: #747474. Windows color (decimal): -13332590 or 9604916. OLE color: 9604916.
HSL color Cylindrical-coordinate representation of color #348F92: hue angle of 181.91º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F92 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 143 | 146 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.43 |
| HSL | 181.91º | 0.47% | 0.39% | - |
| HSV(B) | 181.91º | 0.64% | 0.57% | - |
| XYZ | 16.43 | 22.45 | 30.66 | - |
| YUV | 116.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 146 | 0.64 | 0.02 | 0 | 0.43 | 181.91 | 0.47 | 0.39 |
| Hex | 34 | 8F | 92 | 40 | 2 | 0 | 2B | B6 | 2F | 27 |
| Octal | 64 | 217 | 222 | 100 | 2 | 0 | 53 | 266 | 57 | 47 |
| Binary | 110100 | 10001111 | 10010010 | 1000000 | 10 | 0 | 101011 | 10110110 | 101111 | 100111 |
Color Harmonies of #348F92
Complementary color
Monochromatic Colors of #348F92
Black with #348F92
Text Example
Text Example
White with #348F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F92; }
p { color: rgb(52,143,146); }
H1.HeaderClassName
{
color: #348F92;
}
.AnyTagClassName
{
color: #348F92;
}
</style>
background-color css
<style>
a { background-color: #348F92; }
a { background-color: rgb(52,143,146); }
div.DivClassName
{
background-color: #348F92;
}
.BgClassName
{
background-color: #348F92;
}
</style>
border-color css
<style>
span { border-color: #348F92; }
span { border-color: rgb(52,143,146); }
td.TdClassName
{
border-color: #348F92;
}
.TagClassName
{
border-color: #348F92;
}
</style>