Shades of Blue Chill #308E8B
Tints of Blue Chill #308E8B
RGB
CMYK
RGB Variations
Color information
#308E8B (or 0x308E8B) is known color: Blue Chill. HEX triplet: 30, 8E and 8B. RGB value is (48,142,139). Sum of RGB (Red+Green+Blue) = 48+142+139=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #308E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308E8B is #CF7174. Grayscale: #717171. Windows color (decimal): -13594997 or 9145904. OLE color: 9145904.
HSL color Cylindrical-coordinate representation of color #308E8B: hue angle of 178.09º degrees, saturation: 0.49, 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 #308E8B is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 139 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.44 |
| HSL | 178.09º | 0.49% | 0.37% | - |
| HSV(B) | 178.09º | 0.66% | 0.56% | - |
| XYZ | 15.55 | 21.84 | 27.82 | - |
| YUV | 113.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 139 | 0.66 | 0 | 0.02 | 0.44 | 178.09 | 0.49 | 0.37 |
| Hex | 30 | 8E | 8B | 42 | 0 | 2 | 2C | B2 | 31 | 25 |
| Octal | 60 | 216 | 213 | 102 | 0 | 2 | 54 | 262 | 61 | 45 |
| Binary | 110000 | 10001110 | 10001011 | 1000010 | 0 | 10 | 101100 | 10110010 | 110001 | 100101 |
Color Harmonies of #308E8B
Complementary color
Monochromatic Colors of #308E8B
Black with #308E8B
Text Example
Text Example
White with #308E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E8B; }
p { color: rgb(48,142,139); }
H1.HeaderClassName
{
color: #308E8B;
}
.AnyTagClassName
{
color: #308E8B;
}
</style>
background-color css
<style>
a { background-color: #308E8B; }
a { background-color: rgb(48,142,139); }
div.DivClassName
{
background-color: #308E8B;
}
.BgClassName
{
background-color: #308E8B;
}
</style>
border-color css
<style>
span { border-color: #308E8B; }
span { border-color: rgb(48,142,139); }
td.TdClassName
{
border-color: #308E8B;
}
.TagClassName
{
border-color: #308E8B;
}
</style>