Shades of Curious Blue #3C87BF
Tints of Curious Blue #3C87BF
RGB
CMYK
RGB Variations
Color information
#3C87BF (or 0x3C87BF) is known color: Curious Blue. HEX triplet: 3C, 87 and BF. RGB value is (60,135,191). Sum of RGB (Red+Green+Blue) = 60+135+191=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C87BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C87BF is #C37840. Grayscale: #767676. Windows color (decimal): -12810305 or 12551996. OLE color: 12551996.
HSL color Cylindrical-coordinate representation of color #3C87BF: hue angle of 205.65º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C87BF is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 135 | 191 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.25 |
| HSL | 205.65º | 0.52% | 0.49% | - |
| HSV(B) | 205.65º | 0.69% | 0.75% | - |
| XYZ | 19.93 | 22.05 | 52.5 | - |
| YUV | 118.96 | 168.65 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 191 | 0.69 | 0.29 | 0 | 0.25 | 205.65 | 0.52 | 0.49 |
| Hex | 3C | 87 | BF | 45 | 1D | 0 | 19 | CE | 34 | 31 |
| Octal | 74 | 207 | 277 | 105 | 35 | 0 | 31 | 316 | 64 | 61 |
| Binary | 111100 | 10000111 | 10111111 | 1000101 | 11101 | 0 | 11001 | 11001110 | 110100 | 110001 |
Color Harmonies of #3C87BF
Complementary color
Monochromatic Colors of #3C87BF
Black with #3C87BF
Text Example
Text Example
White with #3C87BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C87BF; }
p { color: rgb(60,135,191); }
H1.HeaderClassName
{
color: #3C87BF;
}
.AnyTagClassName
{
color: #3C87BF;
}
</style>
background-color css
<style>
a { background-color: #3C87BF; }
a { background-color: rgb(60,135,191); }
div.DivClassName
{
background-color: #3C87BF;
}
.BgClassName
{
background-color: #3C87BF;
}
</style>
border-color css
<style>
span { border-color: #3C87BF; }
span { border-color: rgb(60,135,191); }
td.TdClassName
{
border-color: #3C87BF;
}
.TagClassName
{
border-color: #3C87BF;
}
</style>