Shades of Blue Chill #308B8D
Tints of Blue Chill #308B8D
RGB
CMYK
RGB Variations
Color information
#308B8D (or 0x308B8D) is known color: Blue Chill. HEX triplet: 30, 8B and 8D. RGB value is (48,139,141). Sum of RGB (Red+Green+Blue) = 48+139+141=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #308B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B8D is #CF7472. Grayscale: #6F6F6F. Windows color (decimal): -13595763 or 9276208. OLE color: 9276208.
HSL color Cylindrical-coordinate representation of color #308B8D: hue angle of 181.29º 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 #308B8D is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 139 | 141 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.45 |
| HSL | 181.29º | 0.49% | 0.37% | - |
| HSV(B) | 181.29º | 0.66% | 0.55% | - |
| XYZ | 15.26 | 21.02 | 28.45 | - |
| YUV | 112.02 | 144.35 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 141 | 0.66 | 0.01 | 0 | 0.45 | 181.29 | 0.49 | 0.37 |
| Hex | 30 | 8B | 8D | 42 | 1 | 0 | 2D | B5 | 31 | 25 |
| Octal | 60 | 213 | 215 | 102 | 1 | 0 | 55 | 265 | 61 | 45 |
| Binary | 110000 | 10001011 | 10001101 | 1000010 | 1 | 0 | 101101 | 10110101 | 110001 | 100101 |
Color Harmonies of #308B8D
Complementary color
Monochromatic Colors of #308B8D
Black with #308B8D
Text Example
Text Example
White with #308B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308B8D; }
p { color: rgb(48,139,141); }
H1.HeaderClassName
{
color: #308B8D;
}
.AnyTagClassName
{
color: #308B8D;
}
</style>
background-color css
<style>
a { background-color: #308B8D; }
a { background-color: rgb(48,139,141); }
div.DivClassName
{
background-color: #308B8D;
}
.BgClassName
{
background-color: #308B8D;
}
</style>
border-color css
<style>
span { border-color: #308B8D; }
span { border-color: rgb(48,139,141); }
td.TdClassName
{
border-color: #308B8D;
}
.TagClassName
{
border-color: #308B8D;
}
</style>