Shades of Blue Chill #30848D
Tints of Blue Chill #30848D
RGB
CMYK
RGB Variations
Color information
#30848D (or 0x30848D) is known color: Blue Chill. HEX triplet: 30, 84 and 8D. RGB value is (48,132,141). Sum of RGB (Red+Green+Blue) = 48+132+141=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #30848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30848D is #CF7B72. Grayscale: #6B6B6B. Windows color (decimal): -13597555 or 9274416. OLE color: 9274416.
HSL color Cylindrical-coordinate representation of color #30848D: hue angle of 185.81º 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 #30848D is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 132 | 141 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.45 |
| HSL | 185.81º | 0.49% | 0.37% | - |
| HSV(B) | 185.81º | 0.66% | 0.55% | - |
| XYZ | 14.28 | 19.05 | 28.12 | - |
| YUV | 107.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 141 | 0.66 | 0.06 | 0 | 0.45 | 185.81 | 0.49 | 0.37 |
| Hex | 30 | 84 | 8D | 42 | 6 | 0 | 2D | BA | 31 | 25 |
| Octal | 60 | 204 | 215 | 102 | 6 | 0 | 55 | 272 | 61 | 45 |
| Binary | 110000 | 10000100 | 10001101 | 1000010 | 110 | 0 | 101101 | 10111010 | 110001 | 100101 |
Color Harmonies of #30848D
Complementary color
Monochromatic Colors of #30848D
Black with #30848D
Text Example
Text Example
White with #30848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30848D; }
p { color: rgb(48,132,141); }
H1.HeaderClassName
{
color: #30848D;
}
.AnyTagClassName
{
color: #30848D;
}
</style>
background-color css
<style>
a { background-color: #30848D; }
a { background-color: rgb(48,132,141); }
div.DivClassName
{
background-color: #30848D;
}
.BgClassName
{
background-color: #30848D;
}
</style>
border-color css
<style>
span { border-color: #30848D; }
span { border-color: rgb(48,132,141); }
td.TdClassName
{
border-color: #30848D;
}
.TagClassName
{
border-color: #30848D;
}
</style>