Shades of Curious Blue #3287AD
Tints of Curious Blue #3287AD
RGB
CMYK
RGB Variations
Color information
#3287AD (or 0x3287AD) is known color: Curious Blue. HEX triplet: 32, 87 and AD. RGB value is (50,135,173). Sum of RGB (Red+Green+Blue) = 50+135+173=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #3287AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3287AD is #CD7852. Grayscale: #717171. Windows color (decimal): -13465683 or 11372338. OLE color: 11372338.
HSL color Cylindrical-coordinate representation of color #3287AD: hue angle of 198.54º 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 #3287AD is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 135 | 173 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.32 |
| HSL | 198.54º | 0.55% | 0.44% | - |
| HSV(B) | 198.54º | 0.71% | 0.68% | - |
| XYZ | 17.52 | 21.02 | 42.67 | - |
| YUV | 113.92 | 161.34 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 173 | 0.71 | 0.22 | 0 | 0.32 | 198.54 | 0.55 | 0.44 |
| Hex | 32 | 87 | AD | 47 | 16 | 0 | 20 | C7 | 37 | 2C |
| Octal | 62 | 207 | 255 | 107 | 26 | 0 | 40 | 307 | 67 | 54 |
| Binary | 110010 | 10000111 | 10101101 | 1000111 | 10110 | 0 | 100000 | 11000111 | 110111 | 101100 |
Color Harmonies of #3287AD
Complementary color
Monochromatic Colors of #3287AD
Black with #3287AD
Text Example
Text Example
White with #3287AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3287AD; }
p { color: rgb(50,135,173); }
H1.HeaderClassName
{
color: #3287AD;
}
.AnyTagClassName
{
color: #3287AD;
}
</style>
background-color css
<style>
a { background-color: #3287AD; }
a { background-color: rgb(50,135,173); }
div.DivClassName
{
background-color: #3287AD;
}
.BgClassName
{
background-color: #3287AD;
}
</style>
border-color css
<style>
span { border-color: #3287AD; }
span { border-color: rgb(50,135,173); }
td.TdClassName
{
border-color: #3287AD;
}
.TagClassName
{
border-color: #3287AD;
}
</style>