Shades of Blue Chill #308F8A
Tints of Blue Chill #308F8A
RGB
CMYK
RGB Variations
Color information
#308F8A (or 0x308F8A) is known color: Blue Chill. HEX triplet: 30, 8F and 8A. RGB value is (48,143,138). Sum of RGB (Red+Green+Blue) = 48+143+138=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #308F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308F8A is #CF7075. Grayscale: #717171. Windows color (decimal): -13594742 or 9080624. OLE color: 9080624.
HSL color Cylindrical-coordinate representation of color #308F8A: hue angle of 176.84º 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 #308F8A is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 143 | 138 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.44 |
| HSL | 176.84º | 0.5% | 0.37% | - |
| HSV(B) | 176.84º | 0.66% | 0.56% | - |
| XYZ | 15.63 | 22.11 | 27.49 | - |
| YUV | 114.03 | 141.53 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 138 | 0.66 | 0 | 0.03 | 0.44 | 176.84 | 0.5 | 0.37 |
| Hex | 30 | 8F | 8A | 42 | 0 | 3 | 2C | B1 | 32 | 25 |
| Octal | 60 | 217 | 212 | 102 | 0 | 3 | 54 | 261 | 62 | 45 |
| Binary | 110000 | 10001111 | 10001010 | 1000010 | 0 | 11 | 101100 | 10110001 | 110010 | 100101 |
Color Harmonies of #308F8A
Complementary color
Monochromatic Colors of #308F8A
Black with #308F8A
Text Example
Text Example
White with #308F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F8A; }
p { color: rgb(48,143,138); }
H1.HeaderClassName
{
color: #308F8A;
}
.AnyTagClassName
{
color: #308F8A;
}
</style>
background-color css
<style>
a { background-color: #308F8A; }
a { background-color: rgb(48,143,138); }
div.DivClassName
{
background-color: #308F8A;
}
.BgClassName
{
background-color: #308F8A;
}
</style>
border-color css
<style>
span { border-color: #308F8A; }
span { border-color: rgb(48,143,138); }
td.TdClassName
{
border-color: #308F8A;
}
.TagClassName
{
border-color: #308F8A;
}
</style>