Shades of Curious Blue #3277BB
Tints of Curious Blue #3277BB
RGB
CMYK
RGB Variations
Color information
#3277BB (or 0x3277BB) is known color: Curious Blue. HEX triplet: 32, 77 and BB. RGB value is (50,119,187). Sum of RGB (Red+Green+Blue) = 50+119+187=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #3277BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277BB is #CD8844. Grayscale: #696969. Windows color (decimal): -13469765 or 12285746. OLE color: 12285746.
HSL color Cylindrical-coordinate representation of color #3277BB: hue angle of 209.78º 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 #3277BB is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 119 | 187 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.27 |
| HSL | 209.78º | 0.58% | 0.46% | - |
| HSV(B) | 209.78º | 0.73% | 0.73% | - |
| XYZ | 16.88 | 17.46 | 49.49 | - |
| YUV | 106.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 187 | 0.73 | 0.36 | 0 | 0.27 | 209.78 | 0.58 | 0.46 |
| Hex | 32 | 77 | BB | 49 | 24 | 0 | 1B | D2 | 3A | 2E |
| Octal | 62 | 167 | 273 | 111 | 44 | 0 | 33 | 322 | 72 | 56 |
| Binary | 110010 | 1110111 | 10111011 | 1001001 | 100100 | 0 | 11011 | 11010010 | 111010 | 101110 |
Color Harmonies of #3277BB
Complementary color
Monochromatic Colors of #3277BB
Black with #3277BB
Text Example
Text Example
White with #3277BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3277BB; }
p { color: rgb(50,119,187); }
H1.HeaderClassName
{
color: #3277BB;
}
.AnyTagClassName
{
color: #3277BB;
}
</style>
background-color css
<style>
a { background-color: #3277BB; }
a { background-color: rgb(50,119,187); }
div.DivClassName
{
background-color: #3277BB;
}
.BgClassName
{
background-color: #3277BB;
}
</style>
border-color css
<style>
span { border-color: #3277BB; }
span { border-color: rgb(50,119,187); }
td.TdClassName
{
border-color: #3277BB;
}
.TagClassName
{
border-color: #3277BB;
}
</style>