Shades of Royal Blue #3255F2
Tints of Royal Blue #3255F2
RGB
CMYK
RGB Variations
Color information
#3255F2 (or 0x3255F2) is known color: Royal Blue. HEX triplet: 32, 55 and F2. RGB value is (50,85,242). Sum of RGB (Red+Green+Blue) = 50+85+242=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #3255F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3255F2 is #CDAA0D. Grayscale: #5B5B5B. Windows color (decimal): -13478414 or 15881522. OLE color: 15881522.
HSL color Cylindrical-coordinate representation of color #3255F2: hue angle of 229.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3255F2 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 85 | 242 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.05 |
| HSL | 229.06º | 0.88% | 0.57% | - |
| HSV(B) | 229.06º | 0.79% | 0.95% | - |
| XYZ | 20.59 | 13.59 | 85.54 | - |
| YUV | 92.43 | 212.4 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 242 | 0.79 | 0.65 | 0 | 0.05 | 229.06 | 0.88 | 0.57 |
| Hex | 32 | 55 | F2 | 4F | 41 | 0 | 5 | E5 | 58 | 39 |
| Octal | 62 | 125 | 362 | 117 | 101 | 0 | 5 | 345 | 130 | 71 |
| Binary | 110010 | 1010101 | 11110010 | 1001111 | 1000001 | 0 | 101 | 11100101 | 1011000 | 111001 |
Color Harmonies of #3255F2
Complementary color
Monochromatic Colors of #3255F2
Black with #3255F2
Text Example
Text Example
White with #3255F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255F2; }
p { color: rgb(50,85,242); }
H1.HeaderClassName
{
color: #3255F2;
}
.AnyTagClassName
{
color: #3255F2;
}
</style>
background-color css
<style>
a { background-color: #3255F2; }
a { background-color: rgb(50,85,242); }
div.DivClassName
{
background-color: #3255F2;
}
.BgClassName
{
background-color: #3255F2;
}
</style>
border-color css
<style>
span { border-color: #3255F2; }
span { border-color: rgb(50,85,242); }
td.TdClassName
{
border-color: #3255F2;
}
.TagClassName
{
border-color: #3255F2;
}
</style>