Html Css Color HEX #344DF1 Neon Blue

📋 copy color: '#344DF1'

red 52 ◦ green 77 ◦ blue 241

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

Shades of Neon Blue #344DF1

Tints of Neon Blue #344DF1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.81%

 BLUE value IS 241 (94.53% from 255) = 65.14%

R = 14.05%
G = 20.81%
B = 65.14%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#344DF1 (or 0x344DF1) is known color: Neon Blue. HEX triplet: 34, 4D and F1. RGB value is (52,77,241). Sum of RGB (Red+Green+Blue) = 52+77+241=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #344DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344DF1 is #CBB20E. Grayscale: #575757. Windows color (decimal): -13349391 or 15813940. OLE color: 15813940.

HSL color Cylindrical-coordinate representation of color #344DF1: hue angle of 232.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344DF1 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 77 241 -
CMYK 0.78 0.68 0 0.05
HSL 232.06º 0.87% 0.57% -
HSV(B) 232.06º 0.78% 0.95% -
XYZ 19.95 12.39 84.56 -
YUV 88.22 214.22 102.16 -
System Red Green Blue C M Y K H S L
Decimal 52 77 241 0.78 0.68 0 0.05 232.06 0.87 0.57
Hex 34 4D F1 4E 44 0 5 E8 57 39
Octal 64 115 361 116 104 0 5 350 127 71
Binary 110100 1001101 11110001 1001110 1000100 0 101 11101000 1010111 111001

Color Harmonies of #344DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DF1

Black with #344DF1

Text Example


Text Example

White with #344DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,77,241); }

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

background-color css

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

 a { background-color: rgb(52,77,241); }

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

border-color css

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

 span { border-color: rgb(52,77,241); }

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