Shades of Blue Chill #30898A
Tints of Blue Chill #30898A
RGB
CMYK
RGB Variations
Color information
#30898A (or 0x30898A) is known color: Blue Chill. HEX triplet: 30, 89 and 8A. RGB value is (48,137,138). Sum of RGB (Red+Green+Blue) = 48+137+138=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #30898A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30898A is #CF7675. Grayscale: #6E6E6E. Windows color (decimal): -13596278 or 9079088. OLE color: 9079088.
HSL color Cylindrical-coordinate representation of color #30898A: hue angle of 180.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30898A is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 138 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.46 |
| HSL | 180.67º | 0.48% | 0.36% | - |
| HSV(B) | 180.67º | 0.65% | 0.54% | - |
| XYZ | 14.75 | 20.35 | 27.2 | - |
| YUV | 110.5 | 143.51 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 138 | 0.65 | 0.01 | 0 | 0.46 | 180.67 | 0.48 | 0.36 |
| Hex | 30 | 89 | 8A | 41 | 1 | 0 | 2E | B5 | 30 | 24 |
| Octal | 60 | 211 | 212 | 101 | 1 | 0 | 56 | 265 | 60 | 44 |
| Binary | 110000 | 10001001 | 10001010 | 1000001 | 1 | 0 | 101110 | 10110101 | 110000 | 100100 |
Color Harmonies of #30898A
Complementary color
Monochromatic Colors of #30898A
Black with #30898A
Text Example
Text Example
White with #30898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30898A; }
p { color: rgb(48,137,138); }
H1.HeaderClassName
{
color: #30898A;
}
.AnyTagClassName
{
color: #30898A;
}
</style>
background-color css
<style>
a { background-color: #30898A; }
a { background-color: rgb(48,137,138); }
div.DivClassName
{
background-color: #30898A;
}
.BgClassName
{
background-color: #30898A;
}
</style>
border-color css
<style>
span { border-color: #30898A; }
span { border-color: rgb(48,137,138); }
td.TdClassName
{
border-color: #30898A;
}
.TagClassName
{
border-color: #30898A;
}
</style>