Shades of Blue Chill #30908A
Tints of Blue Chill #30908A
RGB
CMYK
RGB Variations
Color information
#30908A (or 0x30908A) is known color: Blue Chill. HEX triplet: 30, 90 and 8A. RGB value is (48,144,138). Sum of RGB (Red+Green+Blue) = 48+144+138=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #30908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30908A is #CF6F75. Grayscale: #727272. Windows color (decimal): -13594486 or 9080880. OLE color: 9080880.
HSL color Cylindrical-coordinate representation of color #30908A: hue angle of 176.25º 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 #30908A is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 138 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.44 |
| HSL | 176.25º | 0.5% | 0.38% | - |
| HSV(B) | 176.25º | 0.67% | 0.56% | - |
| XYZ | 15.78 | 22.41 | 27.54 | - |
| YUV | 114.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 138 | 0.67 | 0 | 0.04 | 0.44 | 176.25 | 0.5 | 0.38 |
| Hex | 30 | 90 | 8A | 43 | 0 | 4 | 2C | B0 | 32 | 26 |
| Octal | 60 | 220 | 212 | 103 | 0 | 4 | 54 | 260 | 62 | 46 |
| Binary | 110000 | 10010000 | 10001010 | 1000011 | 0 | 100 | 101100 | 10110000 | 110010 | 100110 |
Color Harmonies of #30908A
Complementary color
Monochromatic Colors of #30908A
Black with #30908A
Text Example
Text Example
White with #30908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30908A; }
p { color: rgb(48,144,138); }
H1.HeaderClassName
{
color: #30908A;
}
.AnyTagClassName
{
color: #30908A;
}
</style>
background-color css
<style>
a { background-color: #30908A; }
a { background-color: rgb(48,144,138); }
div.DivClassName
{
background-color: #30908A;
}
.BgClassName
{
background-color: #30908A;
}
</style>
border-color css
<style>
span { border-color: #30908A; }
span { border-color: rgb(48,144,138); }
td.TdClassName
{
border-color: #30908A;
}
.TagClassName
{
border-color: #30908A;
}
</style>