Shades of Curious Blue #3487CE
Tints of Curious Blue #3487CE
RGB
CMYK
RGB Variations
Color information
#3487CE (or 0x3487CE) is known color: Curious Blue. HEX triplet: 34, 87 and CE. RGB value is (52,135,206). Sum of RGB (Red+Green+Blue) = 52+135+206=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #3487CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3487CE is #CB7831. Grayscale: #757575. Windows color (decimal): -13334578 or 13535028. OLE color: 13535028.
HSL color Cylindrical-coordinate representation of color #3487CE: hue angle of 207.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3487CE is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 135 | 206 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.19 |
| HSL | 207.66º | 0.61% | 0.51% | - |
| HSV(B) | 207.66º | 0.75% | 0.81% | - |
| XYZ | 21.22 | 22.51 | 61.62 | - |
| YUV | 118.28 | 177.5 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 206 | 0.75 | 0.34 | 0 | 0.19 | 207.66 | 0.61 | 0.51 |
| Hex | 34 | 87 | CE | 4B | 22 | 0 | 13 | D0 | 3D | 33 |
| Octal | 64 | 207 | 316 | 113 | 42 | 0 | 23 | 320 | 75 | 63 |
| Binary | 110100 | 10000111 | 11001110 | 1001011 | 100010 | 0 | 10011 | 11010000 | 111101 | 110011 |
Color Harmonies of #3487CE
Complementary color
Monochromatic Colors of #3487CE
Black with #3487CE
Text Example
Text Example
White with #3487CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3487CE; }
p { color: rgb(52,135,206); }
H1.HeaderClassName
{
color: #3487CE;
}
.AnyTagClassName
{
color: #3487CE;
}
</style>
background-color css
<style>
a { background-color: #3487CE; }
a { background-color: rgb(52,135,206); }
div.DivClassName
{
background-color: #3487CE;
}
.BgClassName
{
background-color: #3487CE;
}
</style>
border-color css
<style>
span { border-color: #3487CE; }
span { border-color: rgb(52,135,206); }
td.TdClassName
{
border-color: #3487CE;
}
.TagClassName
{
border-color: #3487CE;
}
</style>