Shades of Neon Blue #3445EA
Tints of Neon Blue #3445EA
RGB
CMYK
RGB Variations
Color information
#3445EA (or 0x3445EA) is known color: Neon Blue. HEX triplet: 34, 45 and EA. RGB value is (52,69,234). Sum of RGB (Red+Green+Blue) = 52+69+234=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #3445EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3445EA is #CBBA15. Grayscale: #525252. Windows color (decimal): -13351446 or 15353140. OLE color: 15353140.
HSL color Cylindrical-coordinate representation of color #3445EA: hue angle of 234.4º 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 #3445EA is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 69 | 234 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.08 |
| HSL | 234.4º | 0.81% | 0.56% | - |
| HSV(B) | 234.4º | 0.78% | 0.92% | - |
| XYZ | 18.4 | 10.93 | 78.98 | - |
| YUV | 82.73 | 213.37 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 234 | 0.78 | 0.71 | 0 | 0.08 | 234.4 | 0.81 | 0.56 |
| Hex | 34 | 45 | EA | 4E | 47 | 0 | 8 | EA | 51 | 38 |
| Octal | 64 | 105 | 352 | 116 | 107 | 0 | 10 | 352 | 121 | 70 |
| Binary | 110100 | 1000101 | 11101010 | 1001110 | 1000111 | 0 | 1000 | 11101010 | 1010001 | 111000 |
Color Harmonies of #3445EA
Complementary color
Monochromatic Colors of #3445EA
Black with #3445EA
Text Example
Text Example
White with #3445EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3445EA; }
p { color: rgb(52,69,234); }
H1.HeaderClassName
{
color: #3445EA;
}
.AnyTagClassName
{
color: #3445EA;
}
</style>
background-color css
<style>
a { background-color: #3445EA; }
a { background-color: rgb(52,69,234); }
div.DivClassName
{
background-color: #3445EA;
}
.BgClassName
{
background-color: #3445EA;
}
</style>
border-color css
<style>
span { border-color: #3445EA; }
span { border-color: rgb(52,69,234); }
td.TdClassName
{
border-color: #3445EA;
}
.TagClassName
{
border-color: #3445EA;
}
</style>