Shades of Curious Blue #3F85CE
Tints of Curious Blue #3F85CE
RGB
CMYK
RGB Variations
Color information
#3F85CE (or 0x3F85CE) is known color: Curious Blue. HEX triplet: 3F, 85 and CE. RGB value is (63,133,206). Sum of RGB (Red+Green+Blue) = 63+133+206=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F85CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85CE is #C07A31. Grayscale: #787878. Windows color (decimal): -12614194 or 13534527. OLE color: 13534527.
HSL color Cylindrical-coordinate representation of color #3F85CE: hue angle of 210.63º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F85CE is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 133 | 206 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.19 |
| HSL | 210.63º | 0.59% | 0.53% | - |
| HSV(B) | 210.63º | 0.69% | 0.81% | - |
| XYZ | 21.58 | 22.29 | 61.56 | - |
| YUV | 120.39 | 176.31 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 206 | 0.69 | 0.35 | 0 | 0.19 | 210.63 | 0.59 | 0.53 |
| Hex | 3F | 85 | CE | 45 | 23 | 0 | 13 | D3 | 3B | 35 |
| Octal | 77 | 205 | 316 | 105 | 43 | 0 | 23 | 323 | 73 | 65 |
| Binary | 111111 | 10000101 | 11001110 | 1000101 | 100011 | 0 | 10011 | 11010011 | 111011 | 110101 |
Color Harmonies of #3F85CE
Complementary color
Monochromatic Colors of #3F85CE
Black with #3F85CE
Text Example
Text Example
White with #3F85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F85CE; }
p { color: rgb(63,133,206); }
H1.HeaderClassName
{
color: #3F85CE;
}
.AnyTagClassName
{
color: #3F85CE;
}
</style>
background-color css
<style>
a { background-color: #3F85CE; }
a { background-color: rgb(63,133,206); }
div.DivClassName
{
background-color: #3F85CE;
}
.BgClassName
{
background-color: #3F85CE;
}
</style>
border-color css
<style>
span { border-color: #3F85CE; }
span { border-color: rgb(63,133,206); }
td.TdClassName
{
border-color: #3F85CE;
}
.TagClassName
{
border-color: #3F85CE;
}
</style>