Shades of Blue Chill #3F949A
Tints of Blue Chill #3F949A
RGB
CMYK
RGB Variations
Color information
#3F949A (or 0x3F949A) is known color: Blue Chill. HEX triplet: 3F, 94 and 9A. RGB value is (63,148,154). Sum of RGB (Red+Green+Blue) = 63+148+154=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F949A is #C06B65. Grayscale: #7B7B7B. Windows color (decimal): -12610406 or 10130495. OLE color: 10130495.
HSL color Cylindrical-coordinate representation of color #3F949A: hue angle of 183.96º 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 #3F949A is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 148 | 154 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.40 |
| HSL | 183.96º | 0.42% | 0.43% | - |
| HSV(B) | 183.96º | 0.59% | 0.6% | - |
| XYZ | 18.47 | 24.57 | 34.34 | - |
| YUV | 123.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 154 | 0.59 | 0.04 | 0 | 0.40 | 183.96 | 0.42 | 0.43 |
| Hex | 3F | 94 | 9A | 3B | 4 | 0 | 28 | B8 | 2A | 2B |
| Octal | 77 | 224 | 232 | 73 | 4 | 0 | 50 | 270 | 52 | 53 |
| Binary | 111111 | 10010100 | 10011010 | 111011 | 100 | 0 | 101000 | 10111000 | 101010 | 101011 |
Color Harmonies of #3F949A
Complementary color
Monochromatic Colors of #3F949A
Black with #3F949A
Text Example
Text Example
White with #3F949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F949A; }
p { color: rgb(63,148,154); }
H1.HeaderClassName
{
color: #3F949A;
}
.AnyTagClassName
{
color: #3F949A;
}
</style>
background-color css
<style>
a { background-color: #3F949A; }
a { background-color: rgb(63,148,154); }
div.DivClassName
{
background-color: #3F949A;
}
.BgClassName
{
background-color: #3F949A;
}
</style>
border-color css
<style>
span { border-color: #3F949A; }
span { border-color: rgb(63,148,154); }
td.TdClassName
{
border-color: #3F949A;
}
.TagClassName
{
border-color: #3F949A;
}
</style>