Shades of Royal Blue #3376DA
Tints of Royal Blue #3376DA
RGB
CMYK
RGB Variations
Color information
#3376DA (or 0x3376DA) is known color: Royal Blue. HEX triplet: 33, 76 and DA. RGB value is (51,118,218). Sum of RGB (Red+Green+Blue) = 51+118+218=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #3376DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376DA is #CC8925. Grayscale: #6C6C6C. Windows color (decimal): -13404454 or 14317107. OLE color: 14317107.
HSL color Cylindrical-coordinate representation of color #3376DA: hue angle of 215.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3376DA is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 118 | 218 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.15 |
| HSL | 215.93º | 0.69% | 0.53% | - |
| HSV(B) | 215.93º | 0.77% | 0.85% | - |
| XYZ | 20.5 | 18.72 | 68.86 | - |
| YUV | 109.37 | 189.3 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 218 | 0.77 | 0.46 | 0 | 0.15 | 215.93 | 0.69 | 0.53 |
| Hex | 33 | 76 | DA | 4D | 2E | 0 | F | D8 | 45 | 35 |
| Octal | 63 | 166 | 332 | 115 | 56 | 0 | 17 | 330 | 105 | 65 |
| Binary | 110011 | 1110110 | 11011010 | 1001101 | 101110 | 0 | 1111 | 11011000 | 1000101 | 110101 |
Color Harmonies of #3376DA
Complementary color
Monochromatic Colors of #3376DA
Black with #3376DA
Text Example
Text Example
White with #3376DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3376DA; }
p { color: rgb(51,118,218); }
H1.HeaderClassName
{
color: #3376DA;
}
.AnyTagClassName
{
color: #3376DA;
}
</style>
background-color css
<style>
a { background-color: #3376DA; }
a { background-color: rgb(51,118,218); }
div.DivClassName
{
background-color: #3376DA;
}
.BgClassName
{
background-color: #3376DA;
}
</style>
border-color css
<style>
span { border-color: #3376DA; }
span { border-color: rgb(51,118,218); }
td.TdClassName
{
border-color: #3376DA;
}
.TagClassName
{
border-color: #3376DA;
}
</style>