Shades of Blue Chill #309089
Tints of Blue Chill #309089
RGB
CMYK
RGB Variations
Color information
#309089 (or 0x309089) is known color: Blue Chill. HEX triplet: 30, 90 and 89. RGB value is (48,144,137). Sum of RGB (Red+Green+Blue) = 48+144+137=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #309089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309089 is #CF6F76. Grayscale: #727272. Windows color (decimal): -13594487 or 9015344. OLE color: 9015344.
HSL color Cylindrical-coordinate representation of color #309089: hue angle of 175.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309089 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 137 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.44 |
| HSL | 175.63º | 0.5% | 0.38% | - |
| HSV(B) | 175.63º | 0.67% | 0.56% | - |
| XYZ | 15.71 | 22.38 | 27.16 | - |
| YUV | 114.5 | 140.7 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 137 | 0.67 | 0 | 0.05 | 0.44 | 175.63 | 0.5 | 0.38 |
| Hex | 30 | 90 | 89 | 43 | 0 | 5 | 2C | B0 | 32 | 26 |
| Octal | 60 | 220 | 211 | 103 | 0 | 5 | 54 | 260 | 62 | 46 |
| Binary | 110000 | 10010000 | 10001001 | 1000011 | 0 | 101 | 101100 | 10110000 | 110010 | 100110 |
Color Harmonies of #309089
Complementary color
Monochromatic Colors of #309089
Black with #309089
Text Example
Text Example
White with #309089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309089; }
p { color: rgb(48,144,137); }
H1.HeaderClassName
{
color: #309089;
}
.AnyTagClassName
{
color: #309089;
}
</style>
background-color css
<style>
a { background-color: #309089; }
a { background-color: rgb(48,144,137); }
div.DivClassName
{
background-color: #309089;
}
.BgClassName
{
background-color: #309089;
}
</style>
border-color css
<style>
span { border-color: #309089; }
span { border-color: rgb(48,144,137); }
td.TdClassName
{
border-color: #309089;
}
.TagClassName
{
border-color: #309089;
}
</style>