Shades of Royal Blue #3272CE
Tints of Royal Blue #3272CE
RGB
CMYK
RGB Variations
Color information
#3272CE (or 0x3272CE) is known color: Royal Blue. HEX triplet: 32, 72 and CE. RGB value is (50,114,206). Sum of RGB (Red+Green+Blue) = 50+114+206=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #3272CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272CE is #CD8D31. Grayscale: #686868. Windows color (decimal): -13471026 or 13529650. OLE color: 13529650.
HSL color Cylindrical-coordinate representation of color #3272CE: hue angle of 215.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3272CE is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 114 | 206 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.19 |
| HSL | 215.38º | 0.61% | 0.5% | - |
| HSV(B) | 215.38º | 0.76% | 0.81% | - |
| XYZ | 18.47 | 17.17 | 60.73 | - |
| YUV | 105.35 | 184.8 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 206 | 0.76 | 0.45 | 0 | 0.19 | 215.38 | 0.61 | 0.5 |
| Hex | 32 | 72 | CE | 4C | 2D | 0 | 13 | D7 | 3D | 32 |
| Octal | 62 | 162 | 316 | 114 | 55 | 0 | 23 | 327 | 75 | 62 |
| Binary | 110010 | 1110010 | 11001110 | 1001100 | 101101 | 0 | 10011 | 11010111 | 111101 | 110010 |
Color Harmonies of #3272CE
Complementary color
Monochromatic Colors of #3272CE
Black with #3272CE
Text Example
Text Example
White with #3272CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272CE; }
p { color: rgb(50,114,206); }
H1.HeaderClassName
{
color: #3272CE;
}
.AnyTagClassName
{
color: #3272CE;
}
</style>
background-color css
<style>
a { background-color: #3272CE; }
a { background-color: rgb(50,114,206); }
div.DivClassName
{
background-color: #3272CE;
}
.BgClassName
{
background-color: #3272CE;
}
</style>
border-color css
<style>
span { border-color: #3272CE; }
span { border-color: rgb(50,114,206); }
td.TdClassName
{
border-color: #3272CE;
}
.TagClassName
{
border-color: #3272CE;
}
</style>