Shades of Royal Blue #3255F6
Tints of Royal Blue #3255F6
RGB
CMYK
RGB Variations
Color information
#3255F6 (or 0x3255F6) is known color: Royal Blue. HEX triplet: 32, 55 and F6. RGB value is (50,85,246). Sum of RGB (Red+Green+Blue) = 50+85+246=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 246 (96.48% from 255 or 64.57% from 381); Max value from RGB is 246 - color contains mainly: blue. Hex color #3255F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3255F6 is #CDAA09. Grayscale: #5C5C5C. Windows color (decimal): -13478410 or 16143666. OLE color: 16143666.
HSL color Cylindrical-coordinate representation of color #3255F6: hue angle of 229.29º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3255F6 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 85 | 246 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.04 |
| HSL | 229.29º | 0.92% | 0.58% | - |
| HSV(B) | 229.29º | 0.8% | 0.96% | - |
| XYZ | 21.2 | 13.83 | 88.74 | - |
| YUV | 92.89 | 214.4 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 246 | 0.80 | 0.65 | 0 | 0.04 | 229.29 | 0.92 | 0.58 |
| Hex | 32 | 55 | F6 | 50 | 41 | 0 | 4 | E5 | 5C | 3A |
| Octal | 62 | 125 | 366 | 120 | 101 | 0 | 4 | 345 | 134 | 72 |
| Binary | 110010 | 1010101 | 11110110 | 1010000 | 1000001 | 0 | 100 | 11100101 | 1011100 | 111010 |
Color Harmonies of #3255F6
Complementary color
Monochromatic Colors of #3255F6
Black with #3255F6
Text Example
Text Example
White with #3255F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255F6; }
p { color: rgb(50,85,246); }
H1.HeaderClassName
{
color: #3255F6;
}
.AnyTagClassName
{
color: #3255F6;
}
</style>
background-color css
<style>
a { background-color: #3255F6; }
a { background-color: rgb(50,85,246); }
div.DivClassName
{
background-color: #3255F6;
}
.BgClassName
{
background-color: #3255F6;
}
</style>
border-color css
<style>
span { border-color: #3255F6; }
span { border-color: rgb(50,85,246); }
td.TdClassName
{
border-color: #3255F6;
}
.TagClassName
{
border-color: #3255F6;
}
</style>