Shades of Blue Chill #308D85
Tints of Blue Chill #308D85
RGB
CMYK
RGB Variations
Color information
#308D85 (or 0x308D85) is known color: Blue Chill. HEX triplet: 30, 8D and 85. RGB value is (48,141,133). Sum of RGB (Red+Green+Blue) = 48+141+133=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #308D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D85 is #CF727A. Grayscale: #707070. Windows color (decimal): -13595259 or 8752432. OLE color: 8752432.
HSL color Cylindrical-coordinate representation of color #308D85: hue angle of 174.84º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D85 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 141 | 133 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.45 |
| HSL | 174.84º | 0.49% | 0.37% | - |
| HSV(B) | 174.84º | 0.66% | 0.55% | - |
| XYZ | 14.98 | 21.37 | 25.53 | - |
| YUV | 112.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 133 | 0.66 | 0 | 0.06 | 0.45 | 174.84 | 0.49 | 0.37 |
| Hex | 30 | 8D | 85 | 42 | 0 | 6 | 2D | AF | 31 | 25 |
| Octal | 60 | 215 | 205 | 102 | 0 | 6 | 55 | 257 | 61 | 45 |
| Binary | 110000 | 10001101 | 10000101 | 1000010 | 0 | 110 | 101101 | 10101111 | 110001 | 100101 |
Color Harmonies of #308D85
Complementary color
Monochromatic Colors of #308D85
Black with #308D85
Text Example
Text Example
White with #308D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308D85; }
p { color: rgb(48,141,133); }
H1.HeaderClassName
{
color: #308D85;
}
.AnyTagClassName
{
color: #308D85;
}
</style>
background-color css
<style>
a { background-color: #308D85; }
a { background-color: rgb(48,141,133); }
div.DivClassName
{
background-color: #308D85;
}
.BgClassName
{
background-color: #308D85;
}
</style>
border-color css
<style>
span { border-color: #308D85; }
span { border-color: rgb(48,141,133); }
td.TdClassName
{
border-color: #308D85;
}
.TagClassName
{
border-color: #308D85;
}
</style>