Shades of Curious Blue #3278BA
Tints of Curious Blue #3278BA
RGB
CMYK
RGB Variations
Color information
#3278BA (or 0x3278BA) is known color: Curious Blue. HEX triplet: 32, 78 and BA. RGB value is (50,120,186). Sum of RGB (Red+Green+Blue) = 50+120+186=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3278BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3278BA is #CD8745. Grayscale: #6A6A6A. Windows color (decimal): -13469510 or 12220466. OLE color: 12220466.
HSL color Cylindrical-coordinate representation of color #3278BA: hue angle of 209.12º 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 #3278BA is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 120 | 186 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.27 |
| HSL | 209.12º | 0.58% | 0.46% | - |
| HSV(B) | 209.12º | 0.73% | 0.73% | - |
| XYZ | 16.89 | 17.66 | 48.97 | - |
| YUV | 106.59 | 172.81 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 186 | 0.73 | 0.35 | 0 | 0.27 | 209.12 | 0.58 | 0.46 |
| Hex | 32 | 78 | BA | 49 | 23 | 0 | 1B | D1 | 3A | 2E |
| Octal | 62 | 170 | 272 | 111 | 43 | 0 | 33 | 321 | 72 | 56 |
| Binary | 110010 | 1111000 | 10111010 | 1001001 | 100011 | 0 | 11011 | 11010001 | 111010 | 101110 |
Color Harmonies of #3278BA
Complementary color
Monochromatic Colors of #3278BA
Black with #3278BA
Text Example
Text Example
White with #3278BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3278BA; }
p { color: rgb(50,120,186); }
H1.HeaderClassName
{
color: #3278BA;
}
.AnyTagClassName
{
color: #3278BA;
}
</style>
background-color css
<style>
a { background-color: #3278BA; }
a { background-color: rgb(50,120,186); }
div.DivClassName
{
background-color: #3278BA;
}
.BgClassName
{
background-color: #3278BA;
}
</style>
border-color css
<style>
span { border-color: #3278BA; }
span { border-color: rgb(50,120,186); }
td.TdClassName
{
border-color: #3278BA;
}
.TagClassName
{
border-color: #3278BA;
}
</style>