Shades of Curious Blue #3272BE
Tints of Curious Blue #3272BE
RGB
CMYK
RGB Variations
Color information
#3272BE (or 0x3272BE) is known color: Curious Blue. HEX triplet: 32, 72 and BE. RGB value is (50,114,190). Sum of RGB (Red+Green+Blue) = 50+114+190=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #3272BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272BE is #CD8D41. Grayscale: #676767. Windows color (decimal): -13471042 or 12481074. OLE color: 12481074.
HSL color Cylindrical-coordinate representation of color #3272BE: hue angle of 212.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3272BE is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 114 | 190 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.25 |
| HSL | 212.57º | 0.58% | 0.47% | - |
| HSV(B) | 212.57º | 0.74% | 0.75% | - |
| XYZ | 16.63 | 16.43 | 51.01 | - |
| YUV | 103.53 | 176.8 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 190 | 0.74 | 0.40 | 0 | 0.25 | 212.57 | 0.58 | 0.47 |
| Hex | 32 | 72 | BE | 4A | 28 | 0 | 19 | D5 | 3A | 2F |
| Octal | 62 | 162 | 276 | 112 | 50 | 0 | 31 | 325 | 72 | 57 |
| Binary | 110010 | 1110010 | 10111110 | 1001010 | 101000 | 0 | 11001 | 11010101 | 111010 | 101111 |
Color Harmonies of #3272BE
Complementary color
Monochromatic Colors of #3272BE
Black with #3272BE
Text Example
Text Example
White with #3272BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272BE; }
p { color: rgb(50,114,190); }
H1.HeaderClassName
{
color: #3272BE;
}
.AnyTagClassName
{
color: #3272BE;
}
</style>
background-color css
<style>
a { background-color: #3272BE; }
a { background-color: rgb(50,114,190); }
div.DivClassName
{
background-color: #3272BE;
}
.BgClassName
{
background-color: #3272BE;
}
</style>
border-color css
<style>
span { border-color: #3272BE; }
span { border-color: rgb(50,114,190); }
td.TdClassName
{
border-color: #3272BE;
}
.TagClassName
{
border-color: #3272BE;
}
</style>