Shades of Curious Blue #3278CE
Tints of Curious Blue #3278CE
RGB
CMYK
RGB Variations
Color information
#3278CE (or 0x3278CE) is known color: Curious Blue. HEX triplet: 32, 78 and CE. RGB value is (50,120,206). Sum of RGB (Red+Green+Blue) = 50+120+206=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #3278CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3278CE is #CD8731. Grayscale: #6C6C6C. Windows color (decimal): -13469490 or 13531186. OLE color: 13531186.
HSL color Cylindrical-coordinate representation of color #3278CE: hue angle of 213.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3278CE is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 120 | 206 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.19 |
| HSL | 213.08º | 0.61% | 0.5% | - |
| HSV(B) | 213.08º | 0.76% | 0.81% | - |
| XYZ | 19.17 | 18.57 | 60.97 | - |
| YUV | 108.87 | 182.81 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 206 | 0.76 | 0.42 | 0 | 0.19 | 213.08 | 0.61 | 0.5 |
| Hex | 32 | 78 | CE | 4C | 2A | 0 | 13 | D5 | 3D | 32 |
| Octal | 62 | 170 | 316 | 114 | 52 | 0 | 23 | 325 | 75 | 62 |
| Binary | 110010 | 1111000 | 11001110 | 1001100 | 101010 | 0 | 10011 | 11010101 | 111101 | 110010 |
Color Harmonies of #3278CE
Complementary color
Monochromatic Colors of #3278CE
Black with #3278CE
Text Example
Text Example
White with #3278CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3278CE; }
p { color: rgb(50,120,206); }
H1.HeaderClassName
{
color: #3278CE;
}
.AnyTagClassName
{
color: #3278CE;
}
</style>
background-color css
<style>
a { background-color: #3278CE; }
a { background-color: rgb(50,120,206); }
div.DivClassName
{
background-color: #3278CE;
}
.BgClassName
{
background-color: #3278CE;
}
</style>
border-color css
<style>
span { border-color: #3278CE; }
span { border-color: rgb(50,120,206); }
td.TdClassName
{
border-color: #3278CE;
}
.TagClassName
{
border-color: #3278CE;
}
</style>