Shades of Curious Blue #3284AD
Tints of Curious Blue #3284AD
RGB
CMYK
RGB Variations
Color information
#3284AD (or 0x3284AD) is known color: Curious Blue. HEX triplet: 32, 84 and AD. RGB value is (50,132,173). Sum of RGB (Red+Green+Blue) = 50+132+173=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #3284AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3284AD is #CD7B52. Grayscale: #6F6F6F. Windows color (decimal): -13466451 or 11371570. OLE color: 11371570.
HSL color Cylindrical-coordinate representation of color #3284AD: hue angle of 200º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3284AD is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 132 | 173 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.32 |
| HSL | 200º | 0.55% | 0.44% | - |
| HSV(B) | 200º | 0.71% | 0.68% | - |
| XYZ | 17.11 | 20.2 | 42.53 | - |
| YUV | 112.16 | 162.33 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 173 | 0.71 | 0.24 | 0 | 0.32 | 200 | 0.55 | 0.44 |
| Hex | 32 | 84 | AD | 47 | 18 | 0 | 20 | C8 | 37 | 2C |
| Octal | 62 | 204 | 255 | 107 | 30 | 0 | 40 | 310 | 67 | 54 |
| Binary | 110010 | 10000100 | 10101101 | 1000111 | 11000 | 0 | 100000 | 11001000 | 110111 | 101100 |
Color Harmonies of #3284AD
Complementary color
Monochromatic Colors of #3284AD
Black with #3284AD
Text Example
Text Example
White with #3284AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3284AD; }
p { color: rgb(50,132,173); }
H1.HeaderClassName
{
color: #3284AD;
}
.AnyTagClassName
{
color: #3284AD;
}
</style>
background-color css
<style>
a { background-color: #3284AD; }
a { background-color: rgb(50,132,173); }
div.DivClassName
{
background-color: #3284AD;
}
.BgClassName
{
background-color: #3284AD;
}
</style>
border-color css
<style>
span { border-color: #3284AD; }
span { border-color: rgb(50,132,173); }
td.TdClassName
{
border-color: #3284AD;
}
.TagClassName
{
border-color: #3284AD;
}
</style>