Shades of Blue Chill #30908C
Tints of Blue Chill #30908C
RGB
CMYK
RGB Variations
Color information
#30908C (or 0x30908C) is known color: Blue Chill. HEX triplet: 30, 90 and 8C. RGB value is (48,144,140). Sum of RGB (Red+Green+Blue) = 48+144+140=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #30908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30908C is #CF6F73. Grayscale: #727272. Windows color (decimal): -13594484 or 9211952. OLE color: 9211952.
HSL color Cylindrical-coordinate representation of color #30908C: hue angle of 177.5º 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 #30908C is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 140 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.44 |
| HSL | 177.5º | 0.5% | 0.38% | - |
| HSV(B) | 177.5º | 0.67% | 0.56% | - |
| XYZ | 15.93 | 22.47 | 28.31 | - |
| YUV | 114.84 | 142.2 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 140 | 0.67 | 0 | 0.03 | 0.44 | 177.5 | 0.5 | 0.38 |
| Hex | 30 | 90 | 8C | 43 | 0 | 3 | 2C | B2 | 32 | 26 |
| Octal | 60 | 220 | 214 | 103 | 0 | 3 | 54 | 262 | 62 | 46 |
| Binary | 110000 | 10010000 | 10001100 | 1000011 | 0 | 11 | 101100 | 10110010 | 110010 | 100110 |
Color Harmonies of #30908C
Complementary color
Monochromatic Colors of #30908C
Black with #30908C
Text Example
Text Example
White with #30908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30908C; }
p { color: rgb(48,144,140); }
H1.HeaderClassName
{
color: #30908C;
}
.AnyTagClassName
{
color: #30908C;
}
</style>
background-color css
<style>
a { background-color: #30908C; }
a { background-color: rgb(48,144,140); }
div.DivClassName
{
background-color: #30908C;
}
.BgClassName
{
background-color: #30908C;
}
</style>
border-color css
<style>
span { border-color: #30908C; }
span { border-color: rgb(48,144,140); }
td.TdClassName
{
border-color: #30908C;
}
.TagClassName
{
border-color: #30908C;
}
</style>