Html Css Color HEX #344AFF Neon Blue

📋 copy color: '#344AFF'

red 52 ◦ green 74 ◦ blue 255

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

Shades of Neon Blue #344AFF

Tints of Neon Blue #344AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

 BLUE value IS 255 (100% from 255) = 66.93%

R = 13.65%
G = 19.42%
B = 66.93%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#344AFF (or 0x344AFF) is known color: Neon Blue. HEX triplet: 34, 4A and FF. RGB value is (52,74,255). Sum of RGB (Red+Green+Blue) = 52+74+255=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #344AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344AFF is #CBB500. Grayscale: #575757. Windows color (decimal): -13350145 or 16730676. OLE color: 16730676.

HSL color Cylindrical-coordinate representation of color #344AFF: hue angle of 233.5º 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 #344AFF is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 74 255 -
CMYK 0.80 0.71 0 0
HSL 233.5º 1% 0.6% -
HSV(B) 233.5º 0.8% 1% -
XYZ 21.91 12.85 95.93 -
YUV 88.06 222.21 102.28 -
System Red Green Blue C M Y K H S L
Decimal 52 74 255 0.80 0.71 0 0 233.5 1 0.6
Hex 34 4A FF 50 47 0 0 E9 64 3C
Octal 64 112 377 120 107 0 0 351 144 74
Binary 110100 1001010 11111111 1010000 1000111 0 0 11101001 1100100 111100

Color Harmonies of #344AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344AFF

Black with #344AFF

Text Example


Text Example

White with #344AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344AFF; }

 p { color: rgb(52,74,255); }

 H1.HeaderClassName
 {
   color: #344AFF;
 }
 .AnyTagClassName
 {
   color: #344AFF;
 }
</style>

background-color css

<style>
 a { background-color: #344AFF; }

 a { background-color: rgb(52,74,255); }

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

border-color css

<style>
 span { border-color: #344AFF; }

 span { border-color: rgb(52,74,255); }

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