Shades of Blue Chill #30888C
Tints of Blue Chill #30888C
RGB
CMYK
RGB Variations
Color information
#30888C (or 0x30888C) is known color: Blue Chill. HEX triplet: 30, 88 and 8C. RGB value is (48,136,140). Sum of RGB (Red+Green+Blue) = 48+136+140=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #30888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30888C is #CF7773. Grayscale: #6E6E6E. Windows color (decimal): -13596532 or 9209904. OLE color: 9209904.
HSL color Cylindrical-coordinate representation of color #30888C: hue angle of 182.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30888C is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 136 | 140 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.45 |
| HSL | 182.61º | 0.49% | 0.37% | - |
| HSV(B) | 182.61º | 0.66% | 0.55% | - |
| XYZ | 14.76 | 20.13 | 27.92 | - |
| YUV | 110.14 | 144.85 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 140 | 0.66 | 0.03 | 0 | 0.45 | 182.61 | 0.49 | 0.37 |
| Hex | 30 | 88 | 8C | 42 | 3 | 0 | 2D | B7 | 31 | 25 |
| Octal | 60 | 210 | 214 | 102 | 3 | 0 | 55 | 267 | 61 | 45 |
| Binary | 110000 | 10001000 | 10001100 | 1000010 | 11 | 0 | 101101 | 10110111 | 110001 | 100101 |
Color Harmonies of #30888C
Complementary color
Monochromatic Colors of #30888C
Black with #30888C
Text Example
Text Example
White with #30888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30888C; }
p { color: rgb(48,136,140); }
H1.HeaderClassName
{
color: #30888C;
}
.AnyTagClassName
{
color: #30888C;
}
</style>
background-color css
<style>
a { background-color: #30888C; }
a { background-color: rgb(48,136,140); }
div.DivClassName
{
background-color: #30888C;
}
.BgClassName
{
background-color: #30888C;
}
</style>
border-color css
<style>
span { border-color: #30888C; }
span { border-color: rgb(48,136,140); }
td.TdClassName
{
border-color: #30888C;
}
.TagClassName
{
border-color: #30888C;
}
</style>