Shades of Blue Chill #3F8F9A
Tints of Blue Chill #3F8F9A
RGB
CMYK
RGB Variations
Color information
#3F8F9A (or 0x3F8F9A) is known color: Blue Chill. HEX triplet: 3F, 8F and 9A. RGB value is (63,143,154). Sum of RGB (Red+Green+Blue) = 63+143+154=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F8F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8F9A is #C07065. Grayscale: #787878. Windows color (decimal): -12611686 or 10129215. OLE color: 10129215.
HSL color Cylindrical-coordinate representation of color #3F8F9A: hue angle of 187.25º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F8F9A is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 143 | 154 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.40 |
| HSL | 187.25º | 0.42% | 0.43% | - |
| HSV(B) | 187.25º | 0.59% | 0.6% | - |
| XYZ | 17.71 | 23.03 | 34.08 | - |
| YUV | 120.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 154 | 0.59 | 0.07 | 0 | 0.40 | 187.25 | 0.42 | 0.43 |
| Hex | 3F | 8F | 9A | 3B | 7 | 0 | 28 | BB | 2A | 2B |
| Octal | 77 | 217 | 232 | 73 | 7 | 0 | 50 | 273 | 52 | 53 |
| Binary | 111111 | 10001111 | 10011010 | 111011 | 111 | 0 | 101000 | 10111011 | 101010 | 101011 |
Color Harmonies of #3F8F9A
Complementary color
Monochromatic Colors of #3F8F9A
Black with #3F8F9A
Text Example
Text Example
White with #3F8F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8F9A; }
p { color: rgb(63,143,154); }
H1.HeaderClassName
{
color: #3F8F9A;
}
.AnyTagClassName
{
color: #3F8F9A;
}
</style>
background-color css
<style>
a { background-color: #3F8F9A; }
a { background-color: rgb(63,143,154); }
div.DivClassName
{
background-color: #3F8F9A;
}
.BgClassName
{
background-color: #3F8F9A;
}
</style>
border-color css
<style>
span { border-color: #3F8F9A; }
span { border-color: rgb(63,143,154); }
td.TdClassName
{
border-color: #3F8F9A;
}
.TagClassName
{
border-color: #3F8F9A;
}
</style>