Shades of Blue Chill #3F8792
Tints of Blue Chill #3F8792
RGB
CMYK
RGB Variations
Color information
#3F8792 (or 0x3F8792) is known color: Blue Chill. HEX triplet: 3F, 87 and 92. RGB value is (63,135,146). Sum of RGB (Red+Green+Blue) = 63+135+146=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F8792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8792 is #C0786D. Grayscale: #727272. Windows color (decimal): -12613742 or 9602879. OLE color: 9602879.
HSL color Cylindrical-coordinate representation of color #3F8792: hue angle of 187.95º 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 #3F8792 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 135 | 146 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.43 |
| HSL | 187.95º | 0.4% | 0.41% | - |
| HSV(B) | 187.95º | 0.57% | 0.57% | - |
| XYZ | 15.9 | 20.46 | 30.31 | - |
| YUV | 114.73 | 145.65 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 146 | 0.57 | 0.08 | 0 | 0.43 | 187.95 | 0.4 | 0.41 |
| Hex | 3F | 87 | 92 | 39 | 8 | 0 | 2B | BC | 28 | 29 |
| Octal | 77 | 207 | 222 | 71 | 10 | 0 | 53 | 274 | 50 | 51 |
| Binary | 111111 | 10000111 | 10010010 | 111001 | 1000 | 0 | 101011 | 10111100 | 101000 | 101001 |
Color Harmonies of #3F8792
Complementary color
Monochromatic Colors of #3F8792
Black with #3F8792
Text Example
Text Example
White with #3F8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8792; }
p { color: rgb(63,135,146); }
H1.HeaderClassName
{
color: #3F8792;
}
.AnyTagClassName
{
color: #3F8792;
}
</style>
background-color css
<style>
a { background-color: #3F8792; }
a { background-color: rgb(63,135,146); }
div.DivClassName
{
background-color: #3F8792;
}
.BgClassName
{
background-color: #3F8792;
}
</style>
border-color css
<style>
span { border-color: #3F8792; }
span { border-color: rgb(63,135,146); }
td.TdClassName
{
border-color: #3F8792;
}
.TagClassName
{
border-color: #3F8792;
}
</style>