#3448E7

Color #3448E7 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3448E7

Tints of Neon Blue #3448E7

Color information

#3448E7 (or 0x3448E7) is unknown color: approx Neon Blue. HEX triplet: 34, 48 and E7. RGB value is (52,72,231). Sum of RGB (Red+Green+Blue) = 52+72+231=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 231 (90.62% from 255 or 65.07% from 355); Max value from RGB is 231 - color contains mainly: blue. Hex color #3448E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3448E7 is #CBB718. Grayscale: #535353. Windows color (decimal): -13350681 or 15157300. OLE color: 15157300.

HSL color Cylindrical-coordinate representation of color #3448E7: hue angle of 233.3º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3448E7 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5272231-
CMYK0.770.6900.09
HSL233.3º78.85%55.49%-
HSV(B)233.3º77.49%90.59%-
XYZ18.1611.1376.79-
YUV84.15210.87105.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 231 (90.62% from 255) = 65.07%
R=14.65%
G=20.28%
B=65.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52722310.770.6900.09233.378.8555.49
Hex3448E74D4509e94f37
Octal6411034711510501135111767
Binary1101001001000111001111001101100010101001111010011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3448E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3448E7; }

 p { color: rgb(52,72,231); }

 H1.HeaderClassName
 {
   color: #3448E7;
 }
 .AnyTagClassName
 {
   color: #3448E7;
 }
</style>
background-color css

<style>
 a { background-color: #3448E7; }

 a { background-color: rgb(52,72,231); }

 div.DivClassName
 {
   background-color: #3448E7;
 }
 .BgClassName
 {
   background-color: #3448E7;
 }
</style>
border-color css

<style>
 span { border-color: #3448E7; }

 span { border-color: rgb(52,72,231); }

 td.TdClassName
 {
   border-color: #3448E7;
 }
 .TagClassName
 {
   border-color: #3448E7;
 }
</style>