Shades of Curious Blue #3285CE
Tints of Curious Blue #3285CE
RGB
CMYK
RGB Variations
Color information
#3285CE (or 0x3285CE) is known color: Curious Blue. HEX triplet: 32, 85 and CE. RGB value is (50,133,206). Sum of RGB (Red+Green+Blue) = 50+133+206=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #3285CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285CE is #CD7A31. Grayscale: #747474. Windows color (decimal): -13466162 or 13534514. OLE color: 13534514.
HSL color Cylindrical-coordinate representation of color #3285CE: hue angle of 208.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3285CE is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 133 | 206 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.19 |
| HSL | 208.08º | 0.61% | 0.5% | - |
| HSV(B) | 208.08º | 0.76% | 0.81% | - |
| XYZ | 20.84 | 21.91 | 61.52 | - |
| YUV | 116.51 | 178.5 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 206 | 0.76 | 0.35 | 0 | 0.19 | 208.08 | 0.61 | 0.5 |
| Hex | 32 | 85 | CE | 4C | 23 | 0 | 13 | D0 | 3D | 32 |
| Octal | 62 | 205 | 316 | 114 | 43 | 0 | 23 | 320 | 75 | 62 |
| Binary | 110010 | 10000101 | 11001110 | 1001100 | 100011 | 0 | 10011 | 11010000 | 111101 | 110010 |
Color Harmonies of #3285CE
Complementary color
Monochromatic Colors of #3285CE
Black with #3285CE
Text Example
Text Example
White with #3285CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3285CE; }
p { color: rgb(50,133,206); }
H1.HeaderClassName
{
color: #3285CE;
}
.AnyTagClassName
{
color: #3285CE;
}
</style>
background-color css
<style>
a { background-color: #3285CE; }
a { background-color: rgb(50,133,206); }
div.DivClassName
{
background-color: #3285CE;
}
.BgClassName
{
background-color: #3285CE;
}
</style>
border-color css
<style>
span { border-color: #3285CE; }
span { border-color: rgb(50,133,206); }
td.TdClassName
{
border-color: #3285CE;
}
.TagClassName
{
border-color: #3285CE;
}
</style>