Shades of Blue Chill #3F9498
Tints of Blue Chill #3F9498
RGB
CMYK
RGB Variations
Color information
#3F9498 (or 0x3F9498) is known color: Blue Chill. HEX triplet: 3F, 94 and 98. RGB value is (63,148,152). Sum of RGB (Red+Green+Blue) = 63+148+152=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F9498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9498 is #C06B67. Grayscale: #7A7A7A. Windows color (decimal): -12610408 or 9999423. OLE color: 9999423.
HSL color Cylindrical-coordinate representation of color #3F9498: hue angle of 182.7º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9498 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 148 | 152 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.40 |
| HSL | 182.7º | 0.41% | 0.42% | - |
| HSV(B) | 182.7º | 0.59% | 0.6% | - |
| XYZ | 18.31 | 24.5 | 33.47 | - |
| YUV | 123.04 | 144.34 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 152 | 0.59 | 0.03 | 0 | 0.40 | 182.7 | 0.41 | 0.42 |
| Hex | 3F | 94 | 98 | 3B | 3 | 0 | 28 | B7 | 29 | 2A |
| Octal | 77 | 224 | 230 | 73 | 3 | 0 | 50 | 267 | 51 | 52 |
| Binary | 111111 | 10010100 | 10011000 | 111011 | 11 | 0 | 101000 | 10110111 | 101001 | 101010 |
Color Harmonies of #3F9498
Complementary color
Monochromatic Colors of #3F9498
Black with #3F9498
Text Example
Text Example
White with #3F9498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9498; }
p { color: rgb(63,148,152); }
H1.HeaderClassName
{
color: #3F9498;
}
.AnyTagClassName
{
color: #3F9498;
}
</style>
background-color css
<style>
a { background-color: #3F9498; }
a { background-color: rgb(63,148,152); }
div.DivClassName
{
background-color: #3F9498;
}
.BgClassName
{
background-color: #3F9498;
}
</style>
border-color css
<style>
span { border-color: #3F9498; }
span { border-color: rgb(63,148,152); }
td.TdClassName
{
border-color: #3F9498;
}
.TagClassName
{
border-color: #3F9498;
}
</style>