Shades of Royal Blue #3268CE
Tints of Royal Blue #3268CE
RGB
CMYK
RGB Variations
Color information
#3268CE (or 0x3268CE) is known color: Royal Blue. HEX triplet: 32, 68 and CE. RGB value is (50,104,206). Sum of RGB (Red+Green+Blue) = 50+104+206=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #3268CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3268CE is #CD9731. Grayscale: #636363. Windows color (decimal): -13473586 or 13527090. OLE color: 13527090.
HSL color Cylindrical-coordinate representation of color #3268CE: hue angle of 219.23º degrees, saturation: 0.61, 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 #3268CE is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 104 | 206 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.19 |
| HSL | 219.23º | 0.61% | 0.5% | - |
| HSV(B) | 219.23º | 0.76% | 0.81% | - |
| XYZ | 17.41 | 15.03 | 60.38 | - |
| YUV | 99.48 | 188.11 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 206 | 0.76 | 0.50 | 0 | 0.19 | 219.23 | 0.61 | 0.5 |
| Hex | 32 | 68 | CE | 4C | 32 | 0 | 13 | DB | 3D | 32 |
| Octal | 62 | 150 | 316 | 114 | 62 | 0 | 23 | 333 | 75 | 62 |
| Binary | 110010 | 1101000 | 11001110 | 1001100 | 110010 | 0 | 10011 | 11011011 | 111101 | 110010 |
Color Harmonies of #3268CE
Complementary color
Monochromatic Colors of #3268CE
Black with #3268CE
Text Example
Text Example
White with #3268CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3268CE; }
p { color: rgb(50,104,206); }
H1.HeaderClassName
{
color: #3268CE;
}
.AnyTagClassName
{
color: #3268CE;
}
</style>
background-color css
<style>
a { background-color: #3268CE; }
a { background-color: rgb(50,104,206); }
div.DivClassName
{
background-color: #3268CE;
}
.BgClassName
{
background-color: #3268CE;
}
</style>
border-color css
<style>
span { border-color: #3268CE; }
span { border-color: rgb(50,104,206); }
td.TdClassName
{
border-color: #3268CE;
}
.TagClassName
{
border-color: #3268CE;
}
</style>