Shades of Royal Blue #3265EE
Tints of Royal Blue #3265EE
RGB
CMYK
RGB Variations
Color information
#3265EE (or 0x3265EE) is known color: Royal Blue. HEX triplet: 32, 65 and EE. RGB value is (50,101,238). Sum of RGB (Red+Green+Blue) = 50+101+238=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #3265EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3265EE is #CD9A11. Grayscale: #646464. Windows color (decimal): -13474322 or 15623474. OLE color: 15623474.
HSL color Cylindrical-coordinate representation of color #3265EE: hue angle of 223.72º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3265EE is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 101 | 238 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.07 |
| HSL | 223.72º | 0.85% | 0.56% | - |
| HSV(B) | 223.72º | 0.79% | 0.93% | - |
| XYZ | 21.4 | 16.16 | 82.88 | - |
| YUV | 101.37 | 205.1 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 238 | 0.79 | 0.58 | 0 | 0.07 | 223.72 | 0.85 | 0.56 |
| Hex | 32 | 65 | EE | 4F | 3A | 0 | 7 | E0 | 55 | 38 |
| Octal | 62 | 145 | 356 | 117 | 72 | 0 | 7 | 340 | 125 | 70 |
| Binary | 110010 | 1100101 | 11101110 | 1001111 | 111010 | 0 | 111 | 11100000 | 1010101 | 111000 |
Color Harmonies of #3265EE
Complementary color
Monochromatic Colors of #3265EE
Black with #3265EE
Text Example
Text Example
White with #3265EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3265EE; }
p { color: rgb(50,101,238); }
H1.HeaderClassName
{
color: #3265EE;
}
.AnyTagClassName
{
color: #3265EE;
}
</style>
background-color css
<style>
a { background-color: #3265EE; }
a { background-color: rgb(50,101,238); }
div.DivClassName
{
background-color: #3265EE;
}
.BgClassName
{
background-color: #3265EE;
}
</style>
border-color css
<style>
span { border-color: #3265EE; }
span { border-color: rgb(50,101,238); }
td.TdClassName
{
border-color: #3265EE;
}
.TagClassName
{
border-color: #3265EE;
}
</style>