Shades of Blue Chill #3F928C
Tints of Blue Chill #3F928C
RGB
CMYK
RGB Variations
Color information
#3F928C (or 0x3F928C) is known color: Blue Chill. HEX triplet: 3F, 92 and 8C. RGB value is (63,146,140). Sum of RGB (Red+Green+Blue) = 63+146+140=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #3F928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F928C is #C06D73. Grayscale: #787878. Windows color (decimal): -12610932 or 9212479. OLE color: 9212479.
HSL color Cylindrical-coordinate representation of color #3F928C: hue angle of 175.66º 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 #3F928C is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 140 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.43 |
| HSL | 175.66º | 0.4% | 0.41% | - |
| HSV(B) | 175.66º | 0.57% | 0.57% | - |
| XYZ | 17.06 | 23.51 | 28.45 | - |
| YUV | 120.5 | 139 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 140 | 0.57 | 0 | 0.04 | 0.43 | 175.66 | 0.4 | 0.41 |
| Hex | 3F | 92 | 8C | 39 | 0 | 4 | 2B | B0 | 28 | 29 |
| Octal | 77 | 222 | 214 | 71 | 0 | 4 | 53 | 260 | 50 | 51 |
| Binary | 111111 | 10010010 | 10001100 | 111001 | 0 | 100 | 101011 | 10110000 | 101000 | 101001 |
Color Harmonies of #3F928C
Complementary color
Monochromatic Colors of #3F928C
Black with #3F928C
Text Example
Text Example
White with #3F928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F928C; }
p { color: rgb(63,146,140); }
H1.HeaderClassName
{
color: #3F928C;
}
.AnyTagClassName
{
color: #3F928C;
}
</style>
background-color css
<style>
a { background-color: #3F928C; }
a { background-color: rgb(63,146,140); }
div.DivClassName
{
background-color: #3F928C;
}
.BgClassName
{
background-color: #3F928C;
}
</style>
border-color css
<style>
span { border-color: #3F928C; }
span { border-color: rgb(63,146,140); }
td.TdClassName
{
border-color: #3F928C;
}
.TagClassName
{
border-color: #3F928C;
}
</style>