Shades of Royal Blue #3368CE
Tints of Royal Blue #3368CE
RGB
CMYK
RGB Variations
Color information
#3368CE (or 0x3368CE) is known color: Royal Blue. HEX triplet: 33, 68 and CE. RGB value is (51,104,206). Sum of RGB (Red+Green+Blue) = 51+104+206=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #3368CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3368CE is #CC9731. Grayscale: #636363. Windows color (decimal): -13408050 or 13527091. OLE color: 13527091.
HSL color Cylindrical-coordinate representation of color #3368CE: hue angle of 219.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3368CE is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 104 | 206 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.19 |
| HSL | 219.48º | 0.61% | 0.5% | - |
| HSV(B) | 219.48º | 0.75% | 0.81% | - |
| XYZ | 17.46 | 15.06 | 60.38 | - |
| YUV | 99.78 | 187.94 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 206 | 0.75 | 0.50 | 0 | 0.19 | 219.48 | 0.61 | 0.5 |
| Hex | 33 | 68 | CE | 4B | 32 | 0 | 13 | DB | 3D | 32 |
| Octal | 63 | 150 | 316 | 113 | 62 | 0 | 23 | 333 | 75 | 62 |
| Binary | 110011 | 1101000 | 11001110 | 1001011 | 110010 | 0 | 10011 | 11011011 | 111101 | 110010 |
Color Harmonies of #3368CE
Complementary color
Monochromatic Colors of #3368CE
Black with #3368CE
Text Example
Text Example
White with #3368CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3368CE; }
p { color: rgb(51,104,206); }
H1.HeaderClassName
{
color: #3368CE;
}
.AnyTagClassName
{
color: #3368CE;
}
</style>
background-color css
<style>
a { background-color: #3368CE; }
a { background-color: rgb(51,104,206); }
div.DivClassName
{
background-color: #3368CE;
}
.BgClassName
{
background-color: #3368CE;
}
</style>
border-color css
<style>
span { border-color: #3368CE; }
span { border-color: rgb(51,104,206); }
td.TdClassName
{
border-color: #3368CE;
}
.TagClassName
{
border-color: #3368CE;
}
</style>