Shades of Curious Blue #3A87BC
Tints of Curious Blue #3A87BC
RGB
CMYK
RGB Variations
Color information
#3A87BC (or 0x3A87BC) is known color: Curious Blue. HEX triplet: 3A, 87 and BC. RGB value is (58,135,188). Sum of RGB (Red+Green+Blue) = 58+135+188=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A87BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A87BC is #C57843. Grayscale: #757575. Windows color (decimal): -12941380 or 12355386. OLE color: 12355386.
HSL color Cylindrical-coordinate representation of color #3A87BC: hue angle of 204.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A87BC is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 135 | 188 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.26 |
| HSL | 204.46º | 0.53% | 0.48% | - |
| HSV(B) | 204.46º | 0.69% | 0.74% | - |
| XYZ | 19.49 | 21.86 | 50.77 | - |
| YUV | 118.02 | 167.49 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 188 | 0.69 | 0.28 | 0 | 0.26 | 204.46 | 0.53 | 0.48 |
| Hex | 3A | 87 | BC | 45 | 1C | 0 | 1A | CC | 35 | 30 |
| Octal | 72 | 207 | 274 | 105 | 34 | 0 | 32 | 314 | 65 | 60 |
| Binary | 111010 | 10000111 | 10111100 | 1000101 | 11100 | 0 | 11010 | 11001100 | 110101 | 110000 |
Color Harmonies of #3A87BC
Complementary color
Monochromatic Colors of #3A87BC
Black with #3A87BC
Text Example
Text Example
White with #3A87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A87BC; }
p { color: rgb(58,135,188); }
H1.HeaderClassName
{
color: #3A87BC;
}
.AnyTagClassName
{
color: #3A87BC;
}
</style>
background-color css
<style>
a { background-color: #3A87BC; }
a { background-color: rgb(58,135,188); }
div.DivClassName
{
background-color: #3A87BC;
}
.BgClassName
{
background-color: #3A87BC;
}
</style>
border-color css
<style>
span { border-color: #3A87BC; }
span { border-color: rgb(58,135,188); }
td.TdClassName
{
border-color: #3A87BC;
}
.TagClassName
{
border-color: #3A87BC;
}
</style>