Shades of Curious Blue #3B87BD
Tints of Curious Blue #3B87BD
RGB
CMYK
RGB Variations
Color information
#3B87BD (or 0x3B87BD) is known color: Curious Blue. HEX triplet: 3B, 87 and BD. RGB value is (59,135,189). Sum of RGB (Red+Green+Blue) = 59+135+189=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B87BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B87BD is #C47842. Grayscale: #767676. Windows color (decimal): -12875843 or 12420923. OLE color: 12420923.
HSL color Cylindrical-coordinate representation of color #3B87BD: hue angle of 204.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B87BD is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 135 | 189 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.26 |
| HSL | 204.92º | 0.52% | 0.49% | - |
| HSV(B) | 204.92º | 0.69% | 0.74% | - |
| XYZ | 19.65 | 21.93 | 51.34 | - |
| YUV | 118.43 | 167.82 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 135 | 189 | 0.69 | 0.29 | 0 | 0.26 | 204.92 | 0.52 | 0.49 |
| Hex | 3B | 87 | BD | 45 | 1D | 0 | 1A | CD | 34 | 31 |
| Octal | 73 | 207 | 275 | 105 | 35 | 0 | 32 | 315 | 64 | 61 |
| Binary | 111011 | 10000111 | 10111101 | 1000101 | 11101 | 0 | 11010 | 11001101 | 110100 | 110001 |
Color Harmonies of #3B87BD
Complementary color
Monochromatic Colors of #3B87BD
Black with #3B87BD
Text Example
Text Example
White with #3B87BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B87BD; }
p { color: rgb(59,135,189); }
H1.HeaderClassName
{
color: #3B87BD;
}
.AnyTagClassName
{
color: #3B87BD;
}
</style>
background-color css
<style>
a { background-color: #3B87BD; }
a { background-color: rgb(59,135,189); }
div.DivClassName
{
background-color: #3B87BD;
}
.BgClassName
{
background-color: #3B87BD;
}
</style>
border-color css
<style>
span { border-color: #3B87BD; }
span { border-color: rgb(59,135,189); }
td.TdClassName
{
border-color: #3B87BD;
}
.TagClassName
{
border-color: #3B87BD;
}
</style>