Shades of Curious Blue #3F85CB
Tints of Curious Blue #3F85CB
RGB
CMYK
RGB Variations
Color information
#3F85CB (or 0x3F85CB) is known color: Curious Blue. HEX triplet: 3F, 85 and CB. RGB value is (63,133,203). Sum of RGB (Red+Green+Blue) = 63+133+203=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F85CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85CB is #C07A34. Grayscale: #777777. Windows color (decimal): -12614197 or 13337919. OLE color: 13337919.
HSL color Cylindrical-coordinate representation of color #3F85CB: hue angle of 210º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F85CB is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 133 | 203 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.20 |
| HSL | 210º | 0.57% | 0.52% | - |
| HSV(B) | 210º | 0.69% | 0.8% | - |
| XYZ | 21.22 | 22.14 | 59.66 | - |
| YUV | 120.05 | 174.81 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 203 | 0.69 | 0.34 | 0 | 0.20 | 210 | 0.57 | 0.52 |
| Hex | 3F | 85 | CB | 45 | 22 | 0 | 14 | D2 | 39 | 34 |
| Octal | 77 | 205 | 313 | 105 | 42 | 0 | 24 | 322 | 71 | 64 |
| Binary | 111111 | 10000101 | 11001011 | 1000101 | 100010 | 0 | 10100 | 11010010 | 111001 | 110100 |
Color Harmonies of #3F85CB
Complementary color
Monochromatic Colors of #3F85CB
Black with #3F85CB
Text Example
Text Example
White with #3F85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F85CB; }
p { color: rgb(63,133,203); }
H1.HeaderClassName
{
color: #3F85CB;
}
.AnyTagClassName
{
color: #3F85CB;
}
</style>
background-color css
<style>
a { background-color: #3F85CB; }
a { background-color: rgb(63,133,203); }
div.DivClassName
{
background-color: #3F85CB;
}
.BgClassName
{
background-color: #3F85CB;
}
</style>
border-color css
<style>
span { border-color: #3F85CB; }
span { border-color: rgb(63,133,203); }
td.TdClassName
{
border-color: #3F85CB;
}
.TagClassName
{
border-color: #3F85CB;
}
</style>