Shades of Royal Blue #335CE6
Tints of Royal Blue #335CE6
RGB
CMYK
RGB Variations
Color information
#335CE6 (or 0x335CE6) is known color: Royal Blue. HEX triplet: 33, 5C and E6. RGB value is (51,92,230). Sum of RGB (Red+Green+Blue) = 51+92+230=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #335CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335CE6 is #CCA319. Grayscale: #5E5E5E. Windows color (decimal): -13411098 or 15096883. OLE color: 15096883.
HSL color Cylindrical-coordinate representation of color #335CE6: hue angle of 226.26º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335CE6 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 92 | 230 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.10 |
| HSL | 226.26º | 0.78% | 0.55% | - |
| HSV(B) | 226.26º | 0.78% | 0.9% | - |
| XYZ | 19.48 | 14.07 | 76.55 | - |
| YUV | 95.47 | 203.92 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 230 | 0.78 | 0.60 | 0 | 0.10 | 226.26 | 0.78 | 0.55 |
| Hex | 33 | 5C | E6 | 4E | 3C | 0 | A | E2 | 4E | 37 |
| Octal | 63 | 134 | 346 | 116 | 74 | 0 | 12 | 342 | 116 | 67 |
| Binary | 110011 | 1011100 | 11100110 | 1001110 | 111100 | 0 | 1010 | 11100010 | 1001110 | 110111 |
Color Harmonies of #335CE6
Complementary color
Monochromatic Colors of #335CE6
Black with #335CE6
Text Example
Text Example
White with #335CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335CE6; }
p { color: rgb(51,92,230); }
H1.HeaderClassName
{
color: #335CE6;
}
.AnyTagClassName
{
color: #335CE6;
}
</style>
background-color css
<style>
a { background-color: #335CE6; }
a { background-color: rgb(51,92,230); }
div.DivClassName
{
background-color: #335CE6;
}
.BgClassName
{
background-color: #335CE6;
}
</style>
border-color css
<style>
span { border-color: #335CE6; }
span { border-color: rgb(51,92,230); }
td.TdClassName
{
border-color: #335CE6;
}
.TagClassName
{
border-color: #335CE6;
}
</style>