Html Css Color HEX #343DF4 Neon Blue

📋 copy color: '#343DF4'

red 52 ◦ green 61 ◦ blue 244

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

Shades of Neon Blue #343DF4

Tints of Neon Blue #343DF4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.09%

 BLUE value IS 244 (95.7% from 255) = 68.35%

R = 14.57%
G = 17.09%
B = 68.35%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#343DF4 (or 0x343DF4) is known color: Neon Blue. HEX triplet: 34, 3D and F4. RGB value is (52,61,244). Sum of RGB (Red+Green+Blue) = 52+61+244=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 244 (95.70% from 255 or 68.35% from 357); Max value from RGB is 244 - color contains mainly: blue. Hex color #343DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343DF4 is #CBC20B. Grayscale: #4E4E4E. Windows color (decimal): -13353484 or 16006452. OLE color: 16006452.

HSL color Cylindrical-coordinate representation of color #343DF4: hue angle of 237.19º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343DF4 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 52 61 244 -
CMYK 0.79 0.75 0 0.04
HSL 237.19º 0.9% 0.58% -
HSV(B) 237.19º 0.79% 0.96% -
XYZ 19.41 10.6 86.61 -
YUV 79.17 221.02 108.62 -
System Red Green Blue C M Y K H S L
Decimal 52 61 244 0.79 0.75 0 0.04 237.19 0.9 0.58
Hex 34 3D F4 4F 4B 0 4 ED 5A 3A
Octal 64 75 364 117 113 0 4 355 132 72
Binary 110100 111101 11110100 1001111 1001011 0 100 11101101 1011010 111010

Color Harmonies of #343DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DF4

Black with #343DF4

Text Example


Text Example

White with #343DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343DF4; }

 p { color: rgb(52,61,244); }

 H1.HeaderClassName
 {
   color: #343DF4;
 }
 .AnyTagClassName
 {
   color: #343DF4;
 }
</style>

background-color css

<style>
 a { background-color: #343DF4; }

 a { background-color: rgb(52,61,244); }

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

border-color css

<style>
 span { border-color: #343DF4; }

 span { border-color: rgb(52,61,244); }

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