Shades of Neon Blue #3445FF
Tints of Neon Blue #3445FF
RGB
CMYK
RGB Variations
Color information
#3445FF (or 0x3445FF) is known color: Neon Blue. HEX triplet: 34, 45 and FF. RGB value is (52,69,255). Sum of RGB (Red+Green+Blue) = 52+69+255=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #3445FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3445FF is #CBBA00. Grayscale: #545454. Windows color (decimal): -13351425 or 16729396. OLE color: 16729396.
HSL color Cylindrical-coordinate representation of color #3445FF: hue angle of 234.98º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3445FF is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 69 | 255 | - |
| CMYK | 0.80 | 0.73 | 0 | 0 |
| HSL | 234.98º | 1% | 0.6% | - |
| HSV(B) | 234.98º | 0.8% | 1% | - |
| XYZ | 21.59 | 12.21 | 95.83 | - |
| YUV | 85.12 | 223.87 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 255 | 0.80 | 0.73 | 0 | 0 | 234.98 | 1 | 0.6 |
| Hex | 34 | 45 | FF | 50 | 49 | 0 | 0 | EB | 64 | 3C |
| Octal | 64 | 105 | 377 | 120 | 111 | 0 | 0 | 353 | 144 | 74 |
| Binary | 110100 | 1000101 | 11111111 | 1010000 | 1001001 | 0 | 0 | 11101011 | 1100100 | 111100 |
Color Harmonies of #3445FF
Complementary color
Monochromatic Colors of #3445FF
Black with #3445FF
Text Example
Text Example
White with #3445FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3445FF; }
p { color: rgb(52,69,255); }
H1.HeaderClassName
{
color: #3445FF;
}
.AnyTagClassName
{
color: #3445FF;
}
</style>
background-color css
<style>
a { background-color: #3445FF; }
a { background-color: rgb(52,69,255); }
div.DivClassName
{
background-color: #3445FF;
}
.BgClassName
{
background-color: #3445FF;
}
</style>
border-color css
<style>
span { border-color: #3445FF; }
span { border-color: rgb(52,69,255); }
td.TdClassName
{
border-color: #3445FF;
}
.TagClassName
{
border-color: #3445FF;
}
</style>