Shades of Curious Blue #3270BC
Tints of Curious Blue #3270BC
RGB
CMYK
RGB Variations
Color information
#3270BC (or 0x3270BC) is known color: Curious Blue. HEX triplet: 32, 70 and BC. RGB value is (50,112,188). Sum of RGB (Red+Green+Blue) = 50+112+188=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #3270BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3270BC is #CD8F43. Grayscale: #656565. Windows color (decimal): -13471556 or 12349490. OLE color: 12349490.
HSL color Cylindrical-coordinate representation of color #3270BC: hue angle of 213.04º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3270BC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 112 | 188 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.26 |
| HSL | 213.04º | 0.58% | 0.47% | - |
| HSV(B) | 213.04º | 0.73% | 0.74% | - |
| XYZ | 16.19 | 15.9 | 49.79 | - |
| YUV | 102.13 | 176.46 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 188 | 0.73 | 0.40 | 0 | 0.26 | 213.04 | 0.58 | 0.47 |
| Hex | 32 | 70 | BC | 49 | 28 | 0 | 1A | D5 | 3A | 2F |
| Octal | 62 | 160 | 274 | 111 | 50 | 0 | 32 | 325 | 72 | 57 |
| Binary | 110010 | 1110000 | 10111100 | 1001001 | 101000 | 0 | 11010 | 11010101 | 111010 | 101111 |
Color Harmonies of #3270BC
Complementary color
Monochromatic Colors of #3270BC
Black with #3270BC
Text Example
Text Example
White with #3270BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3270BC; }
p { color: rgb(50,112,188); }
H1.HeaderClassName
{
color: #3270BC;
}
.AnyTagClassName
{
color: #3270BC;
}
</style>
background-color css
<style>
a { background-color: #3270BC; }
a { background-color: rgb(50,112,188); }
div.DivClassName
{
background-color: #3270BC;
}
.BgClassName
{
background-color: #3270BC;
}
</style>
border-color css
<style>
span { border-color: #3270BC; }
span { border-color: rgb(50,112,188); }
td.TdClassName
{
border-color: #3270BC;
}
.TagClassName
{
border-color: #3270BC;
}
</style>