Shades of Royal Blue #3267EC
Tints of Royal Blue #3267EC
RGB
CMYK
RGB Variations
Color information
#3267EC (or 0x3267EC) is known color: Royal Blue. HEX triplet: 32, 67 and EC. RGB value is (50,103,236). Sum of RGB (Red+Green+Blue) = 50+103+236=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #3267EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3267EC is #CD9813. Grayscale: #656565. Windows color (decimal): -13473812 or 15492914. OLE color: 15492914.
HSL color Cylindrical-coordinate representation of color #3267EC: hue angle of 222.9º degrees, saturation: 0.83, 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 #3267EC is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 103 | 236 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.07 |
| HSL | 222.9º | 0.83% | 0.56% | - |
| HSV(B) | 222.9º | 0.79% | 0.93% | - |
| XYZ | 21.31 | 16.43 | 81.41 | - |
| YUV | 102.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 236 | 0.79 | 0.56 | 0 | 0.07 | 222.9 | 0.83 | 0.56 |
| Hex | 32 | 67 | EC | 4F | 38 | 0 | 7 | DF | 53 | 38 |
| Octal | 62 | 147 | 354 | 117 | 70 | 0 | 7 | 337 | 123 | 70 |
| Binary | 110010 | 1100111 | 11101100 | 1001111 | 111000 | 0 | 111 | 11011111 | 1010011 | 111000 |
Color Harmonies of #3267EC
Complementary color
Monochromatic Colors of #3267EC
Black with #3267EC
Text Example
Text Example
White with #3267EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3267EC; }
p { color: rgb(50,103,236); }
H1.HeaderClassName
{
color: #3267EC;
}
.AnyTagClassName
{
color: #3267EC;
}
</style>
background-color css
<style>
a { background-color: #3267EC; }
a { background-color: rgb(50,103,236); }
div.DivClassName
{
background-color: #3267EC;
}
.BgClassName
{
background-color: #3267EC;
}
</style>
border-color css
<style>
span { border-color: #3267EC; }
span { border-color: rgb(50,103,236); }
td.TdClassName
{
border-color: #3267EC;
}
.TagClassName
{
border-color: #3267EC;
}
</style>