Shades of Curious Blue #3F87BD
Tints of Curious Blue #3F87BD
RGB
CMYK
RGB Variations
Color information
#3F87BD (or 0x3F87BD) is known color: Curious Blue. HEX triplet: 3F, 87 and BD. RGB value is (63,135,189). Sum of RGB (Red+Green+Blue) = 63+135+189=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F87BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F87BD is #C07842. Grayscale: #777777. Windows color (decimal): -12613699 or 12420927. OLE color: 12420927.
HSL color Cylindrical-coordinate representation of color #3F87BD: hue angle of 205.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F87BD is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 135 | 189 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.26 |
| HSL | 205.71º | 0.5% | 0.49% | - |
| HSV(B) | 205.71º | 0.67% | 0.74% | - |
| XYZ | 19.9 | 22.06 | 51.35 | - |
| YUV | 119.63 | 167.15 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 189 | 0.67 | 0.29 | 0 | 0.26 | 205.71 | 0.5 | 0.49 |
| Hex | 3F | 87 | BD | 43 | 1D | 0 | 1A | CE | 32 | 31 |
| Octal | 77 | 207 | 275 | 103 | 35 | 0 | 32 | 316 | 62 | 61 |
| Binary | 111111 | 10000111 | 10111101 | 1000011 | 11101 | 0 | 11010 | 11001110 | 110010 | 110001 |
Color Harmonies of #3F87BD
Complementary color
Monochromatic Colors of #3F87BD
Black with #3F87BD
Text Example
Text Example
White with #3F87BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F87BD; }
p { color: rgb(63,135,189); }
H1.HeaderClassName
{
color: #3F87BD;
}
.AnyTagClassName
{
color: #3F87BD;
}
</style>
background-color css
<style>
a { background-color: #3F87BD; }
a { background-color: rgb(63,135,189); }
div.DivClassName
{
background-color: #3F87BD;
}
.BgClassName
{
background-color: #3F87BD;
}
</style>
border-color css
<style>
span { border-color: #3F87BD; }
span { border-color: rgb(63,135,189); }
td.TdClassName
{
border-color: #3F87BD;
}
.TagClassName
{
border-color: #3F87BD;
}
</style>