Shades of Blue Chill #30898F
Tints of Blue Chill #30898F
RGB
CMYK
RGB Variations
Color information
#30898F (or 0x30898F) is known color: Blue Chill. HEX triplet: 30, 89 and 8F. RGB value is (48,137,143). Sum of RGB (Red+Green+Blue) = 48+137+143=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #30898F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30898F is #CF7670. Grayscale: #6E6E6E. Windows color (decimal): -13596273 or 9406768. OLE color: 9406768.
HSL color Cylindrical-coordinate representation of color #30898F: hue angle of 183.79º 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 #30898F is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 137 | 143 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.44 |
| HSL | 183.79º | 0.5% | 0.37% | - |
| HSV(B) | 183.79º | 0.66% | 0.56% | - |
| XYZ | 15.12 | 20.5 | 29.15 | - |
| YUV | 111.07 | 146.01 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 143 | 0.66 | 0.04 | 0 | 0.44 | 183.79 | 0.5 | 0.37 |
| Hex | 30 | 89 | 8F | 42 | 4 | 0 | 2C | B8 | 32 | 25 |
| Octal | 60 | 211 | 217 | 102 | 4 | 0 | 54 | 270 | 62 | 45 |
| Binary | 110000 | 10001001 | 10001111 | 1000010 | 100 | 0 | 101100 | 10111000 | 110010 | 100101 |
Color Harmonies of #30898F
Complementary color
Monochromatic Colors of #30898F
Black with #30898F
Text Example
Text Example
White with #30898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30898F; }
p { color: rgb(48,137,143); }
H1.HeaderClassName
{
color: #30898F;
}
.AnyTagClassName
{
color: #30898F;
}
</style>
background-color css
<style>
a { background-color: #30898F; }
a { background-color: rgb(48,137,143); }
div.DivClassName
{
background-color: #30898F;
}
.BgClassName
{
background-color: #30898F;
}
</style>
border-color css
<style>
span { border-color: #30898F; }
span { border-color: rgb(48,137,143); }
td.TdClassName
{
border-color: #30898F;
}
.TagClassName
{
border-color: #30898F;
}
</style>