Shades of Curious Blue #3F8CB6
Tints of Curious Blue #3F8CB6
RGB
CMYK
RGB Variations
Color information
#3F8CB6 (or 0x3F8CB6) is known color: Curious Blue. HEX triplet: 3F, 8C and B6. RGB value is (63,140,182). Sum of RGB (Red+Green+Blue) = 63+140+182=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #3F8CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8CB6 is #C07349. Grayscale: #797979. Windows color (decimal): -12612426 or 11963455. OLE color: 11963455.
HSL color Cylindrical-coordinate representation of color #3F8CB6: hue angle of 201.18º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F8CB6 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 140 | 182 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.29 |
| HSL | 201.18º | 0.49% | 0.48% | - |
| HSV(B) | 201.18º | 0.65% | 0.71% | - |
| XYZ | 19.87 | 23.19 | 47.68 | - |
| YUV | 121.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 182 | 0.65 | 0.23 | 0 | 0.29 | 201.18 | 0.49 | 0.48 |
| Hex | 3F | 8C | B6 | 41 | 17 | 0 | 1D | C9 | 31 | 30 |
| Octal | 77 | 214 | 266 | 101 | 27 | 0 | 35 | 311 | 61 | 60 |
| Binary | 111111 | 10001100 | 10110110 | 1000001 | 10111 | 0 | 11101 | 11001001 | 110001 | 110000 |
Color Harmonies of #3F8CB6
Complementary color
Monochromatic Colors of #3F8CB6
Black with #3F8CB6
Text Example
Text Example
White with #3F8CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8CB6; }
p { color: rgb(63,140,182); }
H1.HeaderClassName
{
color: #3F8CB6;
}
.AnyTagClassName
{
color: #3F8CB6;
}
</style>
background-color css
<style>
a { background-color: #3F8CB6; }
a { background-color: rgb(63,140,182); }
div.DivClassName
{
background-color: #3F8CB6;
}
.BgClassName
{
background-color: #3F8CB6;
}
</style>
border-color css
<style>
span { border-color: #3F8CB6; }
span { border-color: rgb(63,140,182); }
td.TdClassName
{
border-color: #3F8CB6;
}
.TagClassName
{
border-color: #3F8CB6;
}
</style>