Html Css Color HEX #3449ED Neon Blue

📋 copy color: '#3449ED'

red 52 ◦ green 73 ◦ blue 237

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

Shades of Neon Blue #3449ED

Tints of Neon Blue #3449ED

RGB

 RED value IS 52 (20.7% from 255) = 14.36%

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

 BLUE value IS 237 (92.97% from 255) = 65.47%

R = 14.36%
G = 20.17%
B = 65.47%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3449ED (or 0x3449ED) is known color: Neon Blue. HEX triplet: 34, 49 and ED. RGB value is (52,73,237). Sum of RGB (Red+Green+Blue) = 52+73+237=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #3449ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3449ED is #CBB612. Grayscale: #545454. Windows color (decimal): -13350419 or 15550772. OLE color: 15550772.

HSL color Cylindrical-coordinate representation of color #3449ED: hue angle of 233.19º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3449ED is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 73 237 -
CMYK 0.78 0.69 0 0.07
HSL 233.19º 0.84% 0.57% -
HSV(B) 233.19º 0.78% 0.93% -
XYZ 19.08 11.61 81.36 -
YUV 85.42 213.54 104.16 -
System Red Green Blue C M Y K H S L
Decimal 52 73 237 0.78 0.69 0 0.07 233.19 0.84 0.57
Hex 34 49 ED 4E 45 0 7 E9 54 39
Octal 64 111 355 116 105 0 7 351 124 71
Binary 110100 1001001 11101101 1001110 1000101 0 111 11101001 1010100 111001

Color Harmonies of #3449ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3449ED

Black with #3449ED

Text Example


Text Example

White with #3449ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3449ED; }

 p { color: rgb(52,73,237); }

 H1.HeaderClassName
 {
   color: #3449ED;
 }
 .AnyTagClassName
 {
   color: #3449ED;
 }
</style>

background-color css

<style>
 a { background-color: #3449ED; }

 a { background-color: rgb(52,73,237); }

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

border-color css

<style>
 span { border-color: #3449ED; }

 span { border-color: rgb(52,73,237); }

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