Shades of Blue Chill #308A8B
Tints of Blue Chill #308A8B
RGB
CMYK
RGB Variations
Color information
#308A8B (or 0x308A8B) is known color: Blue Chill. HEX triplet: 30, 8A and 8B. RGB value is (48,138,139). Sum of RGB (Red+Green+Blue) = 48+138+139=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #308A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308A8B is #CF7574. Grayscale: #6F6F6F. Windows color (decimal): -13596021 or 9144880. OLE color: 9144880.
HSL color Cylindrical-coordinate representation of color #308A8B: hue angle of 180.66º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A8B is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 138 | 139 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.45 |
| HSL | 180.66º | 0.49% | 0.37% | - |
| HSV(B) | 180.66º | 0.65% | 0.55% | - |
| XYZ | 14.97 | 20.67 | 27.63 | - |
| YUV | 111.2 | 143.68 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 139 | 0.65 | 0.01 | 0 | 0.45 | 180.66 | 0.49 | 0.37 |
| Hex | 30 | 8A | 8B | 41 | 1 | 0 | 2D | B5 | 31 | 25 |
| Octal | 60 | 212 | 213 | 101 | 1 | 0 | 55 | 265 | 61 | 45 |
| Binary | 110000 | 10001010 | 10001011 | 1000001 | 1 | 0 | 101101 | 10110101 | 110001 | 100101 |
Color Harmonies of #308A8B
Complementary color
Monochromatic Colors of #308A8B
Black with #308A8B
Text Example
Text Example
White with #308A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A8B; }
p { color: rgb(48,138,139); }
H1.HeaderClassName
{
color: #308A8B;
}
.AnyTagClassName
{
color: #308A8B;
}
</style>
background-color css
<style>
a { background-color: #308A8B; }
a { background-color: rgb(48,138,139); }
div.DivClassName
{
background-color: #308A8B;
}
.BgClassName
{
background-color: #308A8B;
}
</style>
border-color css
<style>
span { border-color: #308A8B; }
span { border-color: rgb(48,138,139); }
td.TdClassName
{
border-color: #308A8B;
}
.TagClassName
{
border-color: #308A8B;
}
</style>