Shades of Curious Blue #3F88CB
Tints of Curious Blue #3F88CB
RGB
CMYK
RGB Variations
Color information
#3F88CB (or 0x3F88CB) is known color: Curious Blue. HEX triplet: 3F, 88 and CB. RGB value is (63,136,203). Sum of RGB (Red+Green+Blue) = 63+136+203=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F88CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F88CB is #C07734. Grayscale: #797979. Windows color (decimal): -12613429 or 13338687. OLE color: 13338687.
HSL color Cylindrical-coordinate representation of color #3F88CB: hue angle of 208.71º 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 #3F88CB is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 136 | 203 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.20 |
| HSL | 208.71º | 0.57% | 0.52% | - |
| HSV(B) | 208.71º | 0.69% | 0.8% | - |
| XYZ | 21.63 | 22.98 | 59.79 | - |
| YUV | 121.81 | 173.82 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 203 | 0.69 | 0.33 | 0 | 0.20 | 208.71 | 0.57 | 0.52 |
| Hex | 3F | 88 | CB | 45 | 21 | 0 | 14 | D1 | 39 | 34 |
| Octal | 77 | 210 | 313 | 105 | 41 | 0 | 24 | 321 | 71 | 64 |
| Binary | 111111 | 10001000 | 11001011 | 1000101 | 100001 | 0 | 10100 | 11010001 | 111001 | 110100 |
Color Harmonies of #3F88CB
Complementary color
Monochromatic Colors of #3F88CB
Black with #3F88CB
Text Example
Text Example
White with #3F88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F88CB; }
p { color: rgb(63,136,203); }
H1.HeaderClassName
{
color: #3F88CB;
}
.AnyTagClassName
{
color: #3F88CB;
}
</style>
background-color css
<style>
a { background-color: #3F88CB; }
a { background-color: rgb(63,136,203); }
div.DivClassName
{
background-color: #3F88CB;
}
.BgClassName
{
background-color: #3F88CB;
}
</style>
border-color css
<style>
span { border-color: #3F88CB; }
span { border-color: rgb(63,136,203); }
td.TdClassName
{
border-color: #3F88CB;
}
.TagClassName
{
border-color: #3F88CB;
}
</style>