Shades of Curious Blue #3278B7
Tints of Curious Blue #3278B7
RGB
CMYK
RGB Variations
Color information
#3278B7 (or 0x3278B7) is known color: Curious Blue. HEX triplet: 32, 78 and B7. RGB value is (50,120,183). Sum of RGB (Red+Green+Blue) = 50+120+183=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #3278B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3278B7 is #CD8748. Grayscale: #696969. Windows color (decimal): -13469513 or 12023858. OLE color: 12023858.
HSL color Cylindrical-coordinate representation of color #3278B7: hue angle of 208.42º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3278B7 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 120 | 183 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.28 |
| HSL | 208.42º | 0.57% | 0.46% | - |
| HSV(B) | 208.42º | 0.73% | 0.72% | - |
| XYZ | 16.58 | 17.53 | 47.31 | - |
| YUV | 106.25 | 171.31 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 183 | 0.73 | 0.34 | 0 | 0.28 | 208.42 | 0.57 | 0.46 |
| Hex | 32 | 78 | B7 | 49 | 22 | 0 | 1C | D0 | 39 | 2E |
| Octal | 62 | 170 | 267 | 111 | 42 | 0 | 34 | 320 | 71 | 56 |
| Binary | 110010 | 1111000 | 10110111 | 1001001 | 100010 | 0 | 11100 | 11010000 | 111001 | 101110 |
Color Harmonies of #3278B7
Complementary color
Monochromatic Colors of #3278B7
Black with #3278B7
Text Example
Text Example
White with #3278B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3278B7; }
p { color: rgb(50,120,183); }
H1.HeaderClassName
{
color: #3278B7;
}
.AnyTagClassName
{
color: #3278B7;
}
</style>
background-color css
<style>
a { background-color: #3278B7; }
a { background-color: rgb(50,120,183); }
div.DivClassName
{
background-color: #3278B7;
}
.BgClassName
{
background-color: #3278B7;
}
</style>
border-color css
<style>
span { border-color: #3278B7; }
span { border-color: rgb(50,120,183); }
td.TdClassName
{
border-color: #3278B7;
}
.TagClassName
{
border-color: #3278B7;
}
</style>