Shades of Curious Blue #3A87BA
Tints of Curious Blue #3A87BA
RGB
CMYK
RGB Variations
Color information
#3A87BA (or 0x3A87BA) is known color: Curious Blue. HEX triplet: 3A, 87 and BA. RGB value is (58,135,186). Sum of RGB (Red+Green+Blue) = 58+135+186=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A87BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A87BA is #C57845. Grayscale: #757575. Windows color (decimal): -12941382 or 12224314. OLE color: 12224314.
HSL color Cylindrical-coordinate representation of color #3A87BA: hue angle of 203.91º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A87BA is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 135 | 186 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.27 |
| HSL | 203.91º | 0.52% | 0.48% | - |
| HSV(B) | 203.91º | 0.69% | 0.73% | - |
| XYZ | 19.27 | 21.77 | 49.64 | - |
| YUV | 117.79 | 166.49 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 186 | 0.69 | 0.27 | 0 | 0.27 | 203.91 | 0.52 | 0.48 |
| Hex | 3A | 87 | BA | 45 | 1B | 0 | 1B | CC | 34 | 30 |
| Octal | 72 | 207 | 272 | 105 | 33 | 0 | 33 | 314 | 64 | 60 |
| Binary | 111010 | 10000111 | 10111010 | 1000101 | 11011 | 0 | 11011 | 11001100 | 110100 | 110000 |
Color Harmonies of #3A87BA
Complementary color
Monochromatic Colors of #3A87BA
Black with #3A87BA
Text Example
Text Example
White with #3A87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A87BA; }
p { color: rgb(58,135,186); }
H1.HeaderClassName
{
color: #3A87BA;
}
.AnyTagClassName
{
color: #3A87BA;
}
</style>
background-color css
<style>
a { background-color: #3A87BA; }
a { background-color: rgb(58,135,186); }
div.DivClassName
{
background-color: #3A87BA;
}
.BgClassName
{
background-color: #3A87BA;
}
</style>
border-color css
<style>
span { border-color: #3A87BA; }
span { border-color: rgb(58,135,186); }
td.TdClassName
{
border-color: #3A87BA;
}
.TagClassName
{
border-color: #3A87BA;
}
</style>