Shades of Curious Blue #3487DC
Tints of Curious Blue #3487DC
RGB
CMYK
RGB Variations
Color information
#3487DC (or 0x3487DC) is known color: Curious Blue. HEX triplet: 34, 87 and DC. RGB value is (52,135,220). Sum of RGB (Red+Green+Blue) = 52+135+220=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #3487DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3487DC is #CB7823. Grayscale: #777777. Windows color (decimal): -13334564 or 14452532. OLE color: 14452532.
HSL color Cylindrical-coordinate representation of color #3487DC: hue angle of 210.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3487DC is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 135 | 220 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.14 |
| HSL | 210.36º | 0.71% | 0.53% | - |
| HSV(B) | 210.36º | 0.76% | 0.86% | - |
| XYZ | 23 | 23.23 | 70.98 | - |
| YUV | 119.87 | 184.5 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 220 | 0.76 | 0.39 | 0 | 0.14 | 210.36 | 0.71 | 0.53 |
| Hex | 34 | 87 | DC | 4C | 27 | 0 | E | D2 | 47 | 35 |
| Octal | 64 | 207 | 334 | 114 | 47 | 0 | 16 | 322 | 107 | 65 |
| Binary | 110100 | 10000111 | 11011100 | 1001100 | 100111 | 0 | 1110 | 11010010 | 1000111 | 110101 |
Color Harmonies of #3487DC
Complementary color
Monochromatic Colors of #3487DC
Black with #3487DC
Text Example
Text Example
White with #3487DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3487DC; }
p { color: rgb(52,135,220); }
H1.HeaderClassName
{
color: #3487DC;
}
.AnyTagClassName
{
color: #3487DC;
}
</style>
background-color css
<style>
a { background-color: #3487DC; }
a { background-color: rgb(52,135,220); }
div.DivClassName
{
background-color: #3487DC;
}
.BgClassName
{
background-color: #3487DC;
}
</style>
border-color css
<style>
span { border-color: #3487DC; }
span { border-color: rgb(52,135,220); }
td.TdClassName
{
border-color: #3487DC;
}
.TagClassName
{
border-color: #3487DC;
}
</style>