Shades of Blue Chill #3B8F90
Tints of Blue Chill #3B8F90
RGB
CMYK
RGB Variations
Color information
#3B8F90 (or 0x3B8F90) is known color: Blue Chill. HEX triplet: 3B, 8F and 90. RGB value is (59,143,144). Sum of RGB (Red+Green+Blue) = 59+143+144=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B8F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8F90 is #C4706F. Grayscale: #757575. Windows color (decimal): -12873840 or 9473851. OLE color: 9473851.
HSL color Cylindrical-coordinate representation of color #3B8F90: hue angle of 180.71º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B8F90 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 143 | 144 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.44 |
| HSL | 180.71º | 0.42% | 0.4% | - |
| HSV(B) | 180.71º | 0.59% | 0.56% | - |
| XYZ | 16.66 | 22.59 | 29.87 | - |
| YUV | 118 | 142.67 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 143 | 144 | 0.59 | 0.01 | 0 | 0.44 | 180.71 | 0.42 | 0.4 |
| Hex | 3B | 8F | 90 | 3B | 1 | 0 | 2C | B5 | 2A | 28 |
| Octal | 73 | 217 | 220 | 73 | 1 | 0 | 54 | 265 | 52 | 50 |
| Binary | 111011 | 10001111 | 10010000 | 111011 | 1 | 0 | 101100 | 10110101 | 101010 | 101000 |
Color Harmonies of #3B8F90
Complementary color
Monochromatic Colors of #3B8F90
Black with #3B8F90
Text Example
Text Example
White with #3B8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8F90; }
p { color: rgb(59,143,144); }
H1.HeaderClassName
{
color: #3B8F90;
}
.AnyTagClassName
{
color: #3B8F90;
}
</style>
background-color css
<style>
a { background-color: #3B8F90; }
a { background-color: rgb(59,143,144); }
div.DivClassName
{
background-color: #3B8F90;
}
.BgClassName
{
background-color: #3B8F90;
}
</style>
border-color css
<style>
span { border-color: #3B8F90; }
span { border-color: rgb(59,143,144); }
td.TdClassName
{
border-color: #3B8F90;
}
.TagClassName
{
border-color: #3B8F90;
}
</style>