Shades of Royal Blue #3267CF
Tints of Royal Blue #3267CF
RGB
CMYK
RGB Variations
Color information
#3267CF (or 0x3267CF) is known color: Royal Blue. HEX triplet: 32, 67 and CF. RGB value is (50,103,207). Sum of RGB (Red+Green+Blue) = 50+103+207=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #3267CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3267CF is #CD9830. Grayscale: #626262. Windows color (decimal): -13473841 or 13592370. OLE color: 13592370.
HSL color Cylindrical-coordinate representation of color #3267CF: hue angle of 219.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3267CF is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 103 | 207 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.19 |
| HSL | 219.75º | 0.62% | 0.5% | - |
| HSV(B) | 219.75º | 0.76% | 0.81% | - |
| XYZ | 17.43 | 14.88 | 60.99 | - |
| YUV | 99.01 | 188.94 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 207 | 0.76 | 0.50 | 0 | 0.19 | 219.75 | 0.62 | 0.5 |
| Hex | 32 | 67 | CF | 4C | 32 | 0 | 13 | DC | 3E | 32 |
| Octal | 62 | 147 | 317 | 114 | 62 | 0 | 23 | 334 | 76 | 62 |
| Binary | 110010 | 1100111 | 11001111 | 1001100 | 110010 | 0 | 10011 | 11011100 | 111110 | 110010 |
Color Harmonies of #3267CF
Complementary color
Monochromatic Colors of #3267CF
Black with #3267CF
Text Example
Text Example
White with #3267CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3267CF; }
p { color: rgb(50,103,207); }
H1.HeaderClassName
{
color: #3267CF;
}
.AnyTagClassName
{
color: #3267CF;
}
</style>
background-color css
<style>
a { background-color: #3267CF; }
a { background-color: rgb(50,103,207); }
div.DivClassName
{
background-color: #3267CF;
}
.BgClassName
{
background-color: #3267CF;
}
</style>
border-color css
<style>
span { border-color: #3267CF; }
span { border-color: rgb(50,103,207); }
td.TdClassName
{
border-color: #3267CF;
}
.TagClassName
{
border-color: #3267CF;
}
</style>