Shades of Curious Blue #3278B1
Tints of Curious Blue #3278B1
RGB
CMYK
RGB Variations
Color information
#3278B1 (or 0x3278B1) is known color: Curious Blue. HEX triplet: 32, 78 and B1. RGB value is (50,120,177). Sum of RGB (Red+Green+Blue) = 50+120+177=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #3278B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3278B1 is #CD874E. Grayscale: #696969. Windows color (decimal): -13469519 or 11630642. OLE color: 11630642.
HSL color Cylindrical-coordinate representation of color #3278B1: hue angle of 206.93º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3278B1 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 120 | 177 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.31 |
| HSL | 206.93º | 0.56% | 0.45% | - |
| HSV(B) | 206.93º | 0.72% | 0.69% | - |
| XYZ | 15.97 | 17.29 | 44.09 | - |
| YUV | 105.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 177 | 0.72 | 0.32 | 0 | 0.31 | 206.93 | 0.56 | 0.45 |
| Hex | 32 | 78 | B1 | 48 | 20 | 0 | 1F | CF | 38 | 2D |
| Octal | 62 | 170 | 261 | 110 | 40 | 0 | 37 | 317 | 70 | 55 |
| Binary | 110010 | 1111000 | 10110001 | 1001000 | 100000 | 0 | 11111 | 11001111 | 111000 | 101101 |
Color Harmonies of #3278B1
Complementary color
Monochromatic Colors of #3278B1
Black with #3278B1
Text Example
Text Example
White with #3278B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3278B1; }
p { color: rgb(50,120,177); }
H1.HeaderClassName
{
color: #3278B1;
}
.AnyTagClassName
{
color: #3278B1;
}
</style>
background-color css
<style>
a { background-color: #3278B1; }
a { background-color: rgb(50,120,177); }
div.DivClassName
{
background-color: #3278B1;
}
.BgClassName
{
background-color: #3278B1;
}
</style>
border-color css
<style>
span { border-color: #3278B1; }
span { border-color: rgb(50,120,177); }
td.TdClassName
{
border-color: #3278B1;
}
.TagClassName
{
border-color: #3278B1;
}
</style>