Shades of Neon Blue #333DEA
Tints of Neon Blue #333DEA
RGB
CMYK
RGB Variations
Color information
#333DEA (or 0x333DEA) is known color: Neon Blue. HEX triplet: 33, 3D and EA. RGB value is (51,61,234). Sum of RGB (Red+Green+Blue) = 51+61+234=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #333DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333DEA is #CCC215. Grayscale: #4D4D4D. Windows color (decimal): -13419030 or 15351091. OLE color: 15351091.
HSL color Cylindrical-coordinate representation of color #333DEA: hue angle of 236.72º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333DEA is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 61 | 234 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.08 |
| HSL | 236.72º | 0.81% | 0.56% | - |
| HSV(B) | 236.72º | 0.78% | 0.92% | - |
| XYZ | 17.89 | 9.98 | 78.83 | - |
| YUV | 77.73 | 216.19 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 234 | 0.78 | 0.74 | 0 | 0.08 | 236.72 | 0.81 | 0.56 |
| Hex | 33 | 3D | EA | 4E | 4A | 0 | 8 | ED | 51 | 38 |
| Octal | 63 | 75 | 352 | 116 | 112 | 0 | 10 | 355 | 121 | 70 |
| Binary | 110011 | 111101 | 11101010 | 1001110 | 1001010 | 0 | 1000 | 11101101 | 1010001 | 111000 |
Color Harmonies of #333DEA
Complementary color
Monochromatic Colors of #333DEA
Black with #333DEA
Text Example
Text Example
White with #333DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DEA; }
p { color: rgb(51,61,234); }
H1.HeaderClassName
{
color: #333DEA;
}
.AnyTagClassName
{
color: #333DEA;
}
</style>
background-color css
<style>
a { background-color: #333DEA; }
a { background-color: rgb(51,61,234); }
div.DivClassName
{
background-color: #333DEA;
}
.BgClassName
{
background-color: #333DEA;
}
</style>
border-color css
<style>
span { border-color: #333DEA; }
span { border-color: rgb(51,61,234); }
td.TdClassName
{
border-color: #333DEA;
}
.TagClassName
{
border-color: #333DEA;
}
</style>