Shades of Royal Blue #3275E4
Tints of Royal Blue #3275E4
RGB
CMYK
RGB Variations
Color information
#3275E4 (or 0x3275E4) is known color: Royal Blue. HEX triplet: 32, 75 and E4. RGB value is (50,117,228). Sum of RGB (Red+Green+Blue) = 50+117+228=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 228 (89.45% from 255 or 57.72% from 395); Max value from RGB is 228 - color contains mainly: blue. Hex color #3275E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3275E4 is #CD8A1B. Grayscale: #6D6D6D. Windows color (decimal): -13470236 or 14972210. OLE color: 14972210.
HSL color Cylindrical-coordinate representation of color #3275E4: hue angle of 217.42º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3275E4 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 117 | 228 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.11 |
| HSL | 217.42º | 0.77% | 0.55% | - |
| HSV(B) | 217.42º | 0.78% | 0.89% | - |
| XYZ | 21.68 | 19 | 75.92 | - |
| YUV | 109.62 | 194.8 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 228 | 0.78 | 0.49 | 0 | 0.11 | 217.42 | 0.77 | 0.55 |
| Hex | 32 | 75 | E4 | 4E | 31 | 0 | B | D9 | 4D | 37 |
| Octal | 62 | 165 | 344 | 116 | 61 | 0 | 13 | 331 | 115 | 67 |
| Binary | 110010 | 1110101 | 11100100 | 1001110 | 110001 | 0 | 1011 | 11011001 | 1001101 | 110111 |
Color Harmonies of #3275E4
Complementary color
Monochromatic Colors of #3275E4
Black with #3275E4
Text Example
Text Example
White with #3275E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3275E4; }
p { color: rgb(50,117,228); }
H1.HeaderClassName
{
color: #3275E4;
}
.AnyTagClassName
{
color: #3275E4;
}
</style>
background-color css
<style>
a { background-color: #3275E4; }
a { background-color: rgb(50,117,228); }
div.DivClassName
{
background-color: #3275E4;
}
.BgClassName
{
background-color: #3275E4;
}
</style>
border-color css
<style>
span { border-color: #3275E4; }
span { border-color: rgb(50,117,228); }
td.TdClassName
{
border-color: #3275E4;
}
.TagClassName
{
border-color: #3275E4;
}
</style>