Shades of Curious Blue #3287DB
Tints of Curious Blue #3287DB
RGB
CMYK
RGB Variations
Color information
#3287DB (or 0x3287DB) is known color: Curious Blue. HEX triplet: 32, 87 and DB. RGB value is (50,135,219). Sum of RGB (Red+Green+Blue) = 50+135+219=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #3287DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3287DB is #CD7824. Grayscale: #767676. Windows color (decimal): -13465637 or 14386994. OLE color: 14386994.
HSL color Cylindrical-coordinate representation of color #3287DB: hue angle of 209.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3287DB is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 135 | 219 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.14 |
| HSL | 209.82º | 0.7% | 0.53% | - |
| HSV(B) | 209.82º | 0.77% | 0.86% | - |
| XYZ | 22.77 | 23.12 | 70.28 | - |
| YUV | 119.16 | 184.34 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 219 | 0.77 | 0.38 | 0 | 0.14 | 209.82 | 0.7 | 0.53 |
| Hex | 32 | 87 | DB | 4D | 26 | 0 | E | D2 | 46 | 35 |
| Octal | 62 | 207 | 333 | 115 | 46 | 0 | 16 | 322 | 106 | 65 |
| Binary | 110010 | 10000111 | 11011011 | 1001101 | 100110 | 0 | 1110 | 11010010 | 1000110 | 110101 |
Color Harmonies of #3287DB
Complementary color
Monochromatic Colors of #3287DB
Black with #3287DB
Text Example
Text Example
White with #3287DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3287DB; }
p { color: rgb(50,135,219); }
H1.HeaderClassName
{
color: #3287DB;
}
.AnyTagClassName
{
color: #3287DB;
}
</style>
background-color css
<style>
a { background-color: #3287DB; }
a { background-color: rgb(50,135,219); }
div.DivClassName
{
background-color: #3287DB;
}
.BgClassName
{
background-color: #3287DB;
}
</style>
border-color css
<style>
span { border-color: #3287DB; }
span { border-color: rgb(50,135,219); }
td.TdClassName
{
border-color: #3287DB;
}
.TagClassName
{
border-color: #3287DB;
}
</style>