Shades of Royal Blue #335CE8
Tints of Royal Blue #335CE8
RGB
CMYK
RGB Variations
Color information
#335CE8 (or 0x335CE8) is known color: Royal Blue. HEX triplet: 33, 5C and E8. RGB value is (51,92,232). Sum of RGB (Red+Green+Blue) = 51+92+232=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #335CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335CE8 is #CCA317. Grayscale: #5F5F5F. Windows color (decimal): -13411096 or 15227955. OLE color: 15227955.
HSL color Cylindrical-coordinate representation of color #335CE8: hue angle of 226.41º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335CE8 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 92 | 232 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.09 |
| HSL | 226.41º | 0.8% | 0.55% | - |
| HSV(B) | 226.41º | 0.78% | 0.91% | - |
| XYZ | 19.76 | 14.18 | 78.04 | - |
| YUV | 95.7 | 204.92 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 232 | 0.78 | 0.60 | 0 | 0.09 | 226.41 | 0.8 | 0.55 |
| Hex | 33 | 5C | E8 | 4E | 3C | 0 | 9 | E2 | 50 | 37 |
| Octal | 63 | 134 | 350 | 116 | 74 | 0 | 11 | 342 | 120 | 67 |
| Binary | 110011 | 1011100 | 11101000 | 1001110 | 111100 | 0 | 1001 | 11100010 | 1010000 | 110111 |
Color Harmonies of #335CE8
Complementary color
Monochromatic Colors of #335CE8
Black with #335CE8
Text Example
Text Example
White with #335CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335CE8; }
p { color: rgb(51,92,232); }
H1.HeaderClassName
{
color: #335CE8;
}
.AnyTagClassName
{
color: #335CE8;
}
</style>
background-color css
<style>
a { background-color: #335CE8; }
a { background-color: rgb(51,92,232); }
div.DivClassName
{
background-color: #335CE8;
}
.BgClassName
{
background-color: #335CE8;
}
</style>
border-color css
<style>
span { border-color: #335CE8; }
span { border-color: rgb(51,92,232); }
td.TdClassName
{
border-color: #335CE8;
}
.TagClassName
{
border-color: #335CE8;
}
</style>