Shades of Curious Blue #3286DA
Tints of Curious Blue #3286DA
RGB
CMYK
RGB Variations
Color information
#3286DA (or 0x3286DA) is known color: Curious Blue. HEX triplet: 32, 86 and DA. RGB value is (50,134,218). Sum of RGB (Red+Green+Blue) = 50+134+218=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #3286DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3286DA is #CD7925. Grayscale: #767676. Windows color (decimal): -13465894 or 14321202. OLE color: 14321202.
HSL color Cylindrical-coordinate representation of color #3286DA: hue angle of 210º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3286DA is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 134 | 218 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.15 |
| HSL | 210º | 0.69% | 0.53% | - |
| HSV(B) | 210º | 0.77% | 0.85% | - |
| XYZ | 22.5 | 22.79 | 69.54 | - |
| YUV | 118.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 218 | 0.77 | 0.39 | 0 | 0.15 | 210 | 0.69 | 0.53 |
| Hex | 32 | 86 | DA | 4D | 27 | 0 | F | D2 | 45 | 35 |
| Octal | 62 | 206 | 332 | 115 | 47 | 0 | 17 | 322 | 105 | 65 |
| Binary | 110010 | 10000110 | 11011010 | 1001101 | 100111 | 0 | 1111 | 11010010 | 1000101 | 110101 |
Color Harmonies of #3286DA
Complementary color
Monochromatic Colors of #3286DA
Black with #3286DA
Text Example
Text Example
White with #3286DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3286DA; }
p { color: rgb(50,134,218); }
H1.HeaderClassName
{
color: #3286DA;
}
.AnyTagClassName
{
color: #3286DA;
}
</style>
background-color css
<style>
a { background-color: #3286DA; }
a { background-color: rgb(50,134,218); }
div.DivClassName
{
background-color: #3286DA;
}
.BgClassName
{
background-color: #3286DA;
}
</style>
border-color css
<style>
span { border-color: #3286DA; }
span { border-color: rgb(50,134,218); }
td.TdClassName
{
border-color: #3286DA;
}
.TagClassName
{
border-color: #3286DA;
}
</style>