Shades of Blue Chill #309189
Tints of Blue Chill #309189
RGB
CMYK
RGB Variations
Color information
#309189 (or 0x309189) is known color: Blue Chill. HEX triplet: 30, 91 and 89. RGB value is (48,145,137). Sum of RGB (Red+Green+Blue) = 48+145+137=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #309189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309189 is #CF6E76. Grayscale: #737373. Windows color (decimal): -13594231 or 9015600. OLE color: 9015600.
HSL color Cylindrical-coordinate representation of color #309189: hue angle of 175.05º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309189 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 137 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.43 |
| HSL | 175.05º | 0.5% | 0.38% | - |
| HSV(B) | 175.05º | 0.67% | 0.57% | - |
| XYZ | 15.86 | 22.69 | 27.21 | - |
| YUV | 115.09 | 140.36 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 137 | 0.67 | 0 | 0.06 | 0.43 | 175.05 | 0.5 | 0.38 |
| Hex | 30 | 91 | 89 | 43 | 0 | 6 | 2B | AF | 32 | 26 |
| Octal | 60 | 221 | 211 | 103 | 0 | 6 | 53 | 257 | 62 | 46 |
| Binary | 110000 | 10010001 | 10001001 | 1000011 | 0 | 110 | 101011 | 10101111 | 110010 | 100110 |
Color Harmonies of #309189
Complementary color
Monochromatic Colors of #309189
Black with #309189
Text Example
Text Example
White with #309189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309189; }
p { color: rgb(48,145,137); }
H1.HeaderClassName
{
color: #309189;
}
.AnyTagClassName
{
color: #309189;
}
</style>
background-color css
<style>
a { background-color: #309189; }
a { background-color: rgb(48,145,137); }
div.DivClassName
{
background-color: #309189;
}
.BgClassName
{
background-color: #309189;
}
</style>
border-color css
<style>
span { border-color: #309189; }
span { border-color: rgb(48,145,137); }
td.TdClassName
{
border-color: #309189;
}
.TagClassName
{
border-color: #309189;
}
</style>