Html Css Color HEX #3349EA Neon Blue

📋 copy color: '#3349EA'

red 51 ◦ green 73 ◦ blue 234

#3349EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3349EA

Tints of Neon Blue #3349EA

RGB

 RED value IS 51 (20.31% from 255) = 14.25%

 GREEN value IS 73 (28.91% from 255) = 20.39%

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 14.25%
G = 20.39%
B = 65.36%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3349EA (or 0x3349EA) is known color: Neon Blue. HEX triplet: 33, 49 and EA. RGB value is (51,73,234). Sum of RGB (Red+Green+Blue) = 51+73+234=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #3349EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3349EA is #CCB615. Grayscale: #545454. Windows color (decimal): -13415958 or 15354163. OLE color: 15354163.

HSL color Cylindrical-coordinate representation of color #3349EA: hue angle of 232.79º 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 #3349EA is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 73 234 -
CMYK 0.78 0.69 0 0.08
HSL 232.79º 0.81% 0.56% -
HSV(B) 232.79º 0.78% 0.92% -
XYZ 18.6 11.41 79.06 -
YUV 84.78 212.21 103.91 -
System Red Green Blue C M Y K H S L
Decimal 51 73 234 0.78 0.69 0 0.08 232.79 0.81 0.56
Hex 33 49 EA 4E 45 0 8 E9 51 38
Octal 63 111 352 116 105 0 10 351 121 70
Binary 110011 1001001 11101010 1001110 1000101 0 1000 11101001 1010001 111000

Color Harmonies of #3349EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3349EA

Black with #3349EA

Text Example


Text Example

White with #3349EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3349EA; }

 p { color: rgb(51,73,234); }

 H1.HeaderClassName
 {
   color: #3349EA;
 }
 .AnyTagClassName
 {
   color: #3349EA;
 }
</style>

background-color css

<style>
 a { background-color: #3349EA; }

 a { background-color: rgb(51,73,234); }

 div.DivClassName
 {
   background-color: #3349EA;
 }
 .BgClassName
 {
   background-color: #3349EA;
 }
</style>

border-color css

<style>
 span { border-color: #3349EA; }

 span { border-color: rgb(51,73,234); }

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