Shades of Blue Chill #308F86
Tints of Blue Chill #308F86
RGB
CMYK
RGB Variations
Color information
#308F86 (or 0x308F86) is known color: Blue Chill. HEX triplet: 30, 8F and 86. RGB value is (48,143,134). Sum of RGB (Red+Green+Blue) = 48+143+134=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #308F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308F86 is #CF7079. Grayscale: #717171. Windows color (decimal): -13594746 or 8818480. OLE color: 8818480.
HSL color Cylindrical-coordinate representation of color #308F86: hue angle of 174.32º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F86 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 143 | 134 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.44 |
| HSL | 174.32º | 0.5% | 0.37% | - |
| HSV(B) | 174.32º | 0.66% | 0.56% | - |
| XYZ | 15.34 | 21.99 | 25.99 | - |
| YUV | 113.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 134 | 0.66 | 0 | 0.06 | 0.44 | 174.32 | 0.5 | 0.37 |
| Hex | 30 | 8F | 86 | 42 | 0 | 6 | 2C | AE | 32 | 25 |
| Octal | 60 | 217 | 206 | 102 | 0 | 6 | 54 | 256 | 62 | 45 |
| Binary | 110000 | 10001111 | 10000110 | 1000010 | 0 | 110 | 101100 | 10101110 | 110010 | 100101 |
Color Harmonies of #308F86
Complementary color
Monochromatic Colors of #308F86
Black with #308F86
Text Example
Text Example
White with #308F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F86; }
p { color: rgb(48,143,134); }
H1.HeaderClassName
{
color: #308F86;
}
.AnyTagClassName
{
color: #308F86;
}
</style>
background-color css
<style>
a { background-color: #308F86; }
a { background-color: rgb(48,143,134); }
div.DivClassName
{
background-color: #308F86;
}
.BgClassName
{
background-color: #308F86;
}
</style>
border-color css
<style>
span { border-color: #308F86; }
span { border-color: rgb(48,143,134); }
td.TdClassName
{
border-color: #308F86;
}
.TagClassName
{
border-color: #308F86;
}
</style>