Shades of Royal Blue #3364CE
Tints of Royal Blue #3364CE
RGB
CMYK
RGB Variations
Color information
#3364CE (or 0x3364CE) is known color: Royal Blue. HEX triplet: 33, 64 and CE. RGB value is (51,100,206). Sum of RGB (Red+Green+Blue) = 51+100+206=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #3364CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364CE is #CC9B31. Grayscale: #606060. Windows color (decimal): -13409074 or 13526067. OLE color: 13526067.
HSL color Cylindrical-coordinate representation of color #3364CE: hue angle of 221.03º 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 #3364CE is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 100 | 206 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.19 |
| HSL | 221.03º | 0.61% | 0.5% | - |
| HSV(B) | 221.03º | 0.75% | 0.81% | - |
| XYZ | 17.06 | 14.27 | 60.25 | - |
| YUV | 97.43 | 189.27 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 206 | 0.75 | 0.51 | 0 | 0.19 | 221.03 | 0.61 | 0.5 |
| Hex | 33 | 64 | CE | 4B | 33 | 0 | 13 | DD | 3D | 32 |
| Octal | 63 | 144 | 316 | 113 | 63 | 0 | 23 | 335 | 75 | 62 |
| Binary | 110011 | 1100100 | 11001110 | 1001011 | 110011 | 0 | 10011 | 11011101 | 111101 | 110010 |
Color Harmonies of #3364CE
Complementary color
Monochromatic Colors of #3364CE
Black with #3364CE
Text Example
Text Example
White with #3364CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3364CE; }
p { color: rgb(51,100,206); }
H1.HeaderClassName
{
color: #3364CE;
}
.AnyTagClassName
{
color: #3364CE;
}
</style>
background-color css
<style>
a { background-color: #3364CE; }
a { background-color: rgb(51,100,206); }
div.DivClassName
{
background-color: #3364CE;
}
.BgClassName
{
background-color: #3364CE;
}
</style>
border-color css
<style>
span { border-color: #3364CE; }
span { border-color: rgb(51,100,206); }
td.TdClassName
{
border-color: #3364CE;
}
.TagClassName
{
border-color: #3364CE;
}
</style>