Shades of Blue Chill #3F9FA3
Tints of Blue Chill #3F9FA3
RGB
CMYK
RGB Variations
Color information
#3F9FA3 (or 0x3F9FA3) is known color: Blue Chill. HEX triplet: 3F, 9F and A3. RGB value is (63,159,163). Sum of RGB (Red+Green+Blue) = 63+159+163=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #3F9FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9FA3 is #C0605C. Grayscale: #828282. Windows color (decimal): -12607581 or 10723135. OLE color: 10723135.
HSL color Cylindrical-coordinate representation of color #3F9FA3: hue angle of 182.4º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F9FA3 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 159 | 163 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.36 |
| HSL | 182.4º | 0.44% | 0.44% | - |
| HSV(B) | 182.4º | 0.61% | 0.64% | - |
| XYZ | 21.06 | 28.5 | 39.04 | - |
| YUV | 130.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 163 | 0.61 | 0.02 | 0 | 0.36 | 182.4 | 0.44 | 0.44 |
| Hex | 3F | 9F | A3 | 3D | 2 | 0 | 24 | B6 | 2C | 2C |
| Octal | 77 | 237 | 243 | 75 | 2 | 0 | 44 | 266 | 54 | 54 |
| Binary | 111111 | 10011111 | 10100011 | 111101 | 10 | 0 | 100100 | 10110110 | 101100 | 101100 |
Color Harmonies of #3F9FA3
Complementary color
Monochromatic Colors of #3F9FA3
Black with #3F9FA3
Text Example
Text Example
White with #3F9FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9FA3; }
p { color: rgb(63,159,163); }
H1.HeaderClassName
{
color: #3F9FA3;
}
.AnyTagClassName
{
color: #3F9FA3;
}
</style>
background-color css
<style>
a { background-color: #3F9FA3; }
a { background-color: rgb(63,159,163); }
div.DivClassName
{
background-color: #3F9FA3;
}
.BgClassName
{
background-color: #3F9FA3;
}
</style>
border-color css
<style>
span { border-color: #3F9FA3; }
span { border-color: rgb(63,159,163); }
td.TdClassName
{
border-color: #3F9FA3;
}
.TagClassName
{
border-color: #3F9FA3;
}
</style>