Html Css Color HEX #343CED Neon Blue

📋 copy color: '#343CED'

red 52 ◦ green 60 ◦ blue 237

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

Shades of Neon Blue #343CED

Tints of Neon Blue #343CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

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

R = 14.9%
G = 17.19%
B = 67.91%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#343CED (or 0x343CED) is known color: Neon Blue. HEX triplet: 34, 3C and ED. RGB value is (52,60,237). Sum of RGB (Red+Green+Blue) = 52+60+237=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #343CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343CED is #CBC312. Grayscale: #4D4D4D. Windows color (decimal): -13353747 or 15547444. OLE color: 15547444.

HSL color Cylindrical-coordinate representation of color #343CED: hue angle of 237.41º 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 #343CED is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 60 237 -
CMYK 0.78 0.75 0 0.07
HSL 237.41º 0.84% 0.57% -
HSV(B) 237.41º 0.78% 0.93% -
XYZ 18.32 10.08 81.1 -
YUV 77.79 217.85 109.61 -
System Red Green Blue C M Y K H S L
Decimal 52 60 237 0.78 0.75 0 0.07 237.41 0.84 0.57
Hex 34 3C ED 4E 4B 0 7 ED 54 39
Octal 64 74 355 116 113 0 7 355 124 71
Binary 110100 111100 11101101 1001110 1001011 0 111 11101101 1010100 111001

Color Harmonies of #343CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CED

Black with #343CED

Text Example


Text Example

White with #343CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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