Shades of Royal Blue #3275E8
Tints of Royal Blue #3275E8
RGB
CMYK
RGB Variations
Color information
#3275E8 (or 0x3275E8) is known color: Royal Blue. HEX triplet: 32, 75 and E8. RGB value is (50,117,232). Sum of RGB (Red+Green+Blue) = 50+117+232=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #3275E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3275E8 is #CD8A17. Grayscale: #6D6D6D. Windows color (decimal): -13470232 or 15234354. OLE color: 15234354.
HSL color Cylindrical-coordinate representation of color #3275E8: hue angle of 217.91º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3275E8 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 117 | 232 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.09 |
| HSL | 217.91º | 0.8% | 0.55% | - |
| HSV(B) | 217.91º | 0.78% | 0.91% | - |
| XYZ | 22.24 | 19.23 | 78.88 | - |
| YUV | 110.08 | 196.8 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 232 | 0.78 | 0.50 | 0 | 0.09 | 217.91 | 0.8 | 0.55 |
| Hex | 32 | 75 | E8 | 4E | 32 | 0 | 9 | DA | 50 | 37 |
| Octal | 62 | 165 | 350 | 116 | 62 | 0 | 11 | 332 | 120 | 67 |
| Binary | 110010 | 1110101 | 11101000 | 1001110 | 110010 | 0 | 1001 | 11011010 | 1010000 | 110111 |
Color Harmonies of #3275E8
Complementary color
Monochromatic Colors of #3275E8
Black with #3275E8
Text Example
Text Example
White with #3275E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3275E8; }
p { color: rgb(50,117,232); }
H1.HeaderClassName
{
color: #3275E8;
}
.AnyTagClassName
{
color: #3275E8;
}
</style>
background-color css
<style>
a { background-color: #3275E8; }
a { background-color: rgb(50,117,232); }
div.DivClassName
{
background-color: #3275E8;
}
.BgClassName
{
background-color: #3275E8;
}
</style>
border-color css
<style>
span { border-color: #3275E8; }
span { border-color: rgb(50,117,232); }
td.TdClassName
{
border-color: #3275E8;
}
.TagClassName
{
border-color: #3275E8;
}
</style>