Shades of Curious Blue #3272B7
Tints of Curious Blue #3272B7
RGB
CMYK
RGB Variations
Color information
#3272B7 (or 0x3272B7) is known color: Curious Blue. HEX triplet: 32, 72 and B7. RGB value is (50,114,183). Sum of RGB (Red+Green+Blue) = 50+114+183=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #3272B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272B7 is #CD8D48. Grayscale: #666666. Windows color (decimal): -13471049 or 12022322. OLE color: 12022322.
HSL color Cylindrical-coordinate representation of color #3272B7: hue angle of 211.13º 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 #3272B7 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 114 | 183 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.28 |
| HSL | 211.13º | 0.57% | 0.46% | - |
| HSV(B) | 211.13º | 0.73% | 0.72% | - |
| XYZ | 15.88 | 16.13 | 47.08 | - |
| YUV | 102.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 183 | 0.73 | 0.38 | 0 | 0.28 | 211.13 | 0.57 | 0.46 |
| Hex | 32 | 72 | B7 | 49 | 26 | 0 | 1C | D3 | 39 | 2E |
| Octal | 62 | 162 | 267 | 111 | 46 | 0 | 34 | 323 | 71 | 56 |
| Binary | 110010 | 1110010 | 10110111 | 1001001 | 100110 | 0 | 11100 | 11010011 | 111001 | 101110 |
Color Harmonies of #3272B7
Complementary color
Monochromatic Colors of #3272B7
Black with #3272B7
Text Example
Text Example
White with #3272B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272B7; }
p { color: rgb(50,114,183); }
H1.HeaderClassName
{
color: #3272B7;
}
.AnyTagClassName
{
color: #3272B7;
}
</style>
background-color css
<style>
a { background-color: #3272B7; }
a { background-color: rgb(50,114,183); }
div.DivClassName
{
background-color: #3272B7;
}
.BgClassName
{
background-color: #3272B7;
}
</style>
border-color css
<style>
span { border-color: #3272B7; }
span { border-color: rgb(50,114,183); }
td.TdClassName
{
border-color: #3272B7;
}
.TagClassName
{
border-color: #3272B7;
}
</style>