Shades of Blue Chill #3F928D
Tints of Blue Chill #3F928D
RGB
CMYK
RGB Variations
Color information
#3F928D (or 0x3F928D) is known color: Blue Chill. HEX triplet: 3F, 92 and 8D. RGB value is (63,146,141). Sum of RGB (Red+Green+Blue) = 63+146+141=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #3F928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F928D is #C06D72. Grayscale: #787878. Windows color (decimal): -12610931 or 9278015. OLE color: 9278015.
HSL color Cylindrical-coordinate representation of color #3F928D: hue angle of 176.39º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F928D is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 141 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.43 |
| HSL | 176.39º | 0.4% | 0.41% | - |
| HSV(B) | 176.39º | 0.57% | 0.57% | - |
| XYZ | 17.14 | 23.54 | 28.84 | - |
| YUV | 120.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 141 | 0.57 | 0 | 0.03 | 0.43 | 176.39 | 0.4 | 0.41 |
| Hex | 3F | 92 | 8D | 39 | 0 | 3 | 2B | B0 | 28 | 29 |
| Octal | 77 | 222 | 215 | 71 | 0 | 3 | 53 | 260 | 50 | 51 |
| Binary | 111111 | 10010010 | 10001101 | 111001 | 0 | 11 | 101011 | 10110000 | 101000 | 101001 |
Color Harmonies of #3F928D
Complementary color
Monochromatic Colors of #3F928D
Black with #3F928D
Text Example
Text Example
White with #3F928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F928D; }
p { color: rgb(63,146,141); }
H1.HeaderClassName
{
color: #3F928D;
}
.AnyTagClassName
{
color: #3F928D;
}
</style>
background-color css
<style>
a { background-color: #3F928D; }
a { background-color: rgb(63,146,141); }
div.DivClassName
{
background-color: #3F928D;
}
.BgClassName
{
background-color: #3F928D;
}
</style>
border-color css
<style>
span { border-color: #3F928D; }
span { border-color: rgb(63,146,141); }
td.TdClassName
{
border-color: #3F928D;
}
.TagClassName
{
border-color: #3F928D;
}
</style>