Shades of Curious Blue #3276BA
Tints of Curious Blue #3276BA
RGB
CMYK
RGB Variations
Color information
#3276BA (or 0x3276BA) is known color: Curious Blue. HEX triplet: 32, 76 and BA. RGB value is (50,118,186). Sum of RGB (Red+Green+Blue) = 50+118+186=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #3276BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3276BA is #CD8945. Grayscale: #696969. Windows color (decimal): -13470022 or 12219954. OLE color: 12219954.
HSL color Cylindrical-coordinate representation of color #3276BA: hue angle of 210º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3276BA is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 118 | 186 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.27 |
| HSL | 210º | 0.58% | 0.46% | - |
| HSV(B) | 210º | 0.73% | 0.73% | - |
| XYZ | 16.66 | 17.18 | 48.89 | - |
| YUV | 105.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 186 | 0.73 | 0.37 | 0 | 0.27 | 210 | 0.58 | 0.46 |
| Hex | 32 | 76 | BA | 49 | 25 | 0 | 1B | D2 | 3A | 2E |
| Octal | 62 | 166 | 272 | 111 | 45 | 0 | 33 | 322 | 72 | 56 |
| Binary | 110010 | 1110110 | 10111010 | 1001001 | 100101 | 0 | 11011 | 11010010 | 111010 | 101110 |
Color Harmonies of #3276BA
Complementary color
Monochromatic Colors of #3276BA
Black with #3276BA
Text Example
Text Example
White with #3276BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3276BA; }
p { color: rgb(50,118,186); }
H1.HeaderClassName
{
color: #3276BA;
}
.AnyTagClassName
{
color: #3276BA;
}
</style>
background-color css
<style>
a { background-color: #3276BA; }
a { background-color: rgb(50,118,186); }
div.DivClassName
{
background-color: #3276BA;
}
.BgClassName
{
background-color: #3276BA;
}
</style>
border-color css
<style>
span { border-color: #3276BA; }
span { border-color: rgb(50,118,186); }
td.TdClassName
{
border-color: #3276BA;
}
.TagClassName
{
border-color: #3276BA;
}
</style>