Shades of Curious Blue #3285BD
Tints of Curious Blue #3285BD
RGB
CMYK
RGB Variations
Color information
#3285BD (or 0x3285BD) is known color: Curious Blue. HEX triplet: 32, 85 and BD. RGB value is (50,133,189). Sum of RGB (Red+Green+Blue) = 50+133+189=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #3285BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285BD is #CD7A42. Grayscale: #727272. Windows color (decimal): -13466179 or 12420402. OLE color: 12420402.
HSL color Cylindrical-coordinate representation of color #3285BD: hue angle of 204.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3285BD is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 133 | 189 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.26 |
| HSL | 204.17º | 0.58% | 0.47% | - |
| HSV(B) | 204.17º | 0.74% | 0.74% | - |
| XYZ | 18.89 | 21.13 | 51.23 | - |
| YUV | 114.57 | 170 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 189 | 0.74 | 0.30 | 0 | 0.26 | 204.17 | 0.58 | 0.47 |
| Hex | 32 | 85 | BD | 4A | 1E | 0 | 1A | CC | 3A | 2F |
| Octal | 62 | 205 | 275 | 112 | 36 | 0 | 32 | 314 | 72 | 57 |
| Binary | 110010 | 10000101 | 10111101 | 1001010 | 11110 | 0 | 11010 | 11001100 | 111010 | 101111 |
Color Harmonies of #3285BD
Complementary color
Monochromatic Colors of #3285BD
Black with #3285BD
Text Example
Text Example
White with #3285BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3285BD; }
p { color: rgb(50,133,189); }
H1.HeaderClassName
{
color: #3285BD;
}
.AnyTagClassName
{
color: #3285BD;
}
</style>
background-color css
<style>
a { background-color: #3285BD; }
a { background-color: rgb(50,133,189); }
div.DivClassName
{
background-color: #3285BD;
}
.BgClassName
{
background-color: #3285BD;
}
</style>
border-color css
<style>
span { border-color: #3285BD; }
span { border-color: rgb(50,133,189); }
td.TdClassName
{
border-color: #3285BD;
}
.TagClassName
{
border-color: #3285BD;
}
</style>