Shades of Curious Blue #3487BA
Tints of Curious Blue #3487BA
RGB
CMYK
RGB Variations
Color information
#3487BA (or 0x3487BA) is known color: Curious Blue. HEX triplet: 34, 87 and BA. RGB value is (52,135,186). Sum of RGB (Red+Green+Blue) = 52+135+186=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #3487BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3487BA is #CB7845. Grayscale: #737373. Windows color (decimal): -13334598 or 12224308. OLE color: 12224308.
HSL color Cylindrical-coordinate representation of color #3487BA: hue angle of 202.84º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3487BA is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 135 | 186 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.27 |
| HSL | 202.84º | 0.56% | 0.47% | - |
| HSV(B) | 202.84º | 0.72% | 0.73% | - |
| XYZ | 18.94 | 21.6 | 49.63 | - |
| YUV | 116 | 167.5 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 186 | 0.72 | 0.27 | 0 | 0.27 | 202.84 | 0.56 | 0.47 |
| Hex | 34 | 87 | BA | 48 | 1B | 0 | 1B | CB | 38 | 2F |
| Octal | 64 | 207 | 272 | 110 | 33 | 0 | 33 | 313 | 70 | 57 |
| Binary | 110100 | 10000111 | 10111010 | 1001000 | 11011 | 0 | 11011 | 11001011 | 111000 | 101111 |
Color Harmonies of #3487BA
Complementary color
Monochromatic Colors of #3487BA
Black with #3487BA
Text Example
Text Example
White with #3487BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3487BA; }
p { color: rgb(52,135,186); }
H1.HeaderClassName
{
color: #3487BA;
}
.AnyTagClassName
{
color: #3487BA;
}
</style>
background-color css
<style>
a { background-color: #3487BA; }
a { background-color: rgb(52,135,186); }
div.DivClassName
{
background-color: #3487BA;
}
.BgClassName
{
background-color: #3487BA;
}
</style>
border-color css
<style>
span { border-color: #3487BA; }
span { border-color: rgb(52,135,186); }
td.TdClassName
{
border-color: #3487BA;
}
.TagClassName
{
border-color: #3487BA;
}
</style>