Shades of Royal Blue #3373CD
Tints of Royal Blue #3373CD
RGB
CMYK
RGB Variations
Color information
#3373CD (or 0x3373CD) is known color: Royal Blue. HEX triplet: 33, 73 and CD. RGB value is (51,115,205). Sum of RGB (Red+Green+Blue) = 51+115+205=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #3373CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3373CD is #CC8C32. Grayscale: #696969. Windows color (decimal): -13405235 or 13464371. OLE color: 13464371.
HSL color Cylindrical-coordinate representation of color #3373CD: hue angle of 215.06º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3373CD is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 115 | 205 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.20 |
| HSL | 215.06º | 0.61% | 0.5% | - |
| HSV(B) | 215.06º | 0.75% | 0.8% | - |
| XYZ | 18.52 | 17.37 | 60.14 | - |
| YUV | 106.12 | 183.8 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 205 | 0.75 | 0.44 | 0 | 0.20 | 215.06 | 0.61 | 0.5 |
| Hex | 33 | 73 | CD | 4B | 2C | 0 | 14 | D7 | 3D | 32 |
| Octal | 63 | 163 | 315 | 113 | 54 | 0 | 24 | 327 | 75 | 62 |
| Binary | 110011 | 1110011 | 11001101 | 1001011 | 101100 | 0 | 10100 | 11010111 | 111101 | 110010 |
Color Harmonies of #3373CD
Complementary color
Monochromatic Colors of #3373CD
Black with #3373CD
Text Example
Text Example
White with #3373CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3373CD; }
p { color: rgb(51,115,205); }
H1.HeaderClassName
{
color: #3373CD;
}
.AnyTagClassName
{
color: #3373CD;
}
</style>
background-color css
<style>
a { background-color: #3373CD; }
a { background-color: rgb(51,115,205); }
div.DivClassName
{
background-color: #3373CD;
}
.BgClassName
{
background-color: #3373CD;
}
</style>
border-color css
<style>
span { border-color: #3373CD; }
span { border-color: rgb(51,115,205); }
td.TdClassName
{
border-color: #3373CD;
}
.TagClassName
{
border-color: #3373CD;
}
</style>